43081j / eslint-plugin-lit

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

allow quotes in attributes, account for unescaped delims #75

Closed 43081j closed 3 years ago

43081j commented 3 years ago

Fixes #74

i've accounted for quotes-within-quotes but i dont think its actually possible as the parser would fail long before it reaches us.

can't hurt to check though i suppose