43081j / eslint-plugin-wc

ESLint rules for Web Components
MIT License
95 stars 10 forks source link

feat (no-customized-built-in-elements): new rule #87

Closed 43081j closed 1 year ago

43081j commented 1 year ago

Prevents extension of built in elements (via inheritance)

e.g. it will disallow extends HTMLDivElement

43081j commented 1 year ago

possibly. do you know how well supported extends is? and if there's any push on it still (safari doesn't want to implement it right?). just out of curiosity really, i think its probably a good idea to add it to this rule either way (in a separate PR)