Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: false positive with quoted-expressions #209

Closed
jpradelle opened this issue Jul 23, 2024 · 0 comments · Fixed by #210
Closed

bug: false positive with quoted-expressions #209

jpradelle opened this issue Jul 23, 2024 · 0 comments · Fixed by #210

Comments

@jpradelle
Copy link
Contributor

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

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

image

jpradelle added a commit to jpradelle/eslint-plugin-lit that referenced this issue Jul 23, 2024
jpradelle added a commit to jpradelle/eslint-plugin-lit that referenced this issue Jul 30, 2024
43081j pushed a commit that referenced this issue Jul 30, 2024
…210)

Allows quoted expressions in all cases which have mixed values (e.g. an expr in the middle of a string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant