43081j / eslint-plugin-lit

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

bug: false positive with quoted-expressions #209

Closed jpradelle closed 3 months ago

jpradelle commented 3 months ago

With quoted-expressions defined with options "always", following code is reported as error

html`
  <x-foo attr="${v} bar"></x-foo>
`

image