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

ESLint doesn't complain about template literals without substitution #242

Open
jaap3 opened this issue Jan 6, 2025 · 0 comments
Open

ESLint doesn't complain about template literals without substitution #242

jaap3 opened this issue Jan 6, 2025 · 0 comments

Comments

@jaap3
Copy link
Member

jaap3 commented Jan 6, 2025

https://eslint.org/docs/latest/rules/quotes#single would take care of this, but that one is deprecated (and is disabled anyway because prettier controls string formatting).

There's a replacement (plugin) https://eslint.style/rules/js/quotes#single. We could experiment with that, just have to make sure the rule matches our prettier config.

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

No branches or pull requests

1 participant