playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

Prohibit empty interfaces in the codebase #292

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

The Divider element needlessly extends the ElementArgs interface when the constructor could just accept ElementArgs. Enabled the ESLint rule @typescript-eslint/no-empty-interface to prevent this in future.