43081j / eslint-plugin-lit

lit-html support for ESLint
120 stars 22 forks source link

Multiple rules reporting errors on the same part #102

Closed stramel closed 3 years ago

stramel commented 3 years ago

A few rules have overlap with others. Not sure if we would want it to remain like this.

html`<${expr} attr="bar"></${expr}>`

image

html`<x-foo />`

image

43081j commented 3 years ago

we decided this was ok, since there are some cases you may end up with different rules matching the same position for legitimate reasons.