43081j / eslint-plugin-lit

lit-html support for ESLint
116 stars 21 forks source link

quoted-expressions should ignore mixed attribute bindings #154

Closed 43081j closed 1 year ago

43081j commented 1 year ago

In cases like the following, we should not enforce lack of quotes:

html`
  <div data-foo="im a ${mixed} value">
  </div>
`;
43081j commented 1 year ago

actually looks like it does this already and i got mixed up!

closing