github/eslint-plugin-custom-elements
A series of lint rules for best practices with Custom Elements
JavaScriptMIT
Issues
- 1
Ideas for initial lint rules
#3 opened by keithamus - 3
`file-name-matches-element`: TypeError: Cannot read properties of null (reading 'name')
#57 opened by silverwind - 2
- 1
`no-dom-traversal-in-attributechangedcallback` recommendation conflicts with `no-dom-traversal-in-connectedcallback`
#46 opened by khiga8 - 6
`custom-elements/extends-correct-class` should check if the parent class extends `HTMLElement`
#32 opened by maicol07 - 0
Run prettier on all markdown files
#22 opened by koddsson - 0
`no-dom-traversal-in-connectedcallback` should be `no-child-traversal-in-connectedcallback`
#21 opened by koddsson