43081j / eslint-plugin-lit

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

binding-positions: detect self-closing tag problems #46

Closed 43081j closed 5 years ago

43081j commented 5 years ago

Fixes #45.

We just check for ${foo}/>.

I can see this rule possibly having some issues (unrelated to this change) because it doesn't check it is inside a HTML tag. Would be a good change to add in future