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

no-unused-vars firing for vars used in template strings #2170

Closed
remko opened this issue Mar 28, 2015 · 0 comments
Closed

no-unused-vars firing for vars used in template strings #2170

remko opened this issue Mar 28, 2015 · 0 comments
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion

Comments

@remko
Copy link

remko commented Mar 28, 2015

The following piece of code triggers a no-unused-vars warning. Tested it with v0.18.0.

let x = 1;
console.log('${x}');
@remko remko closed this as completed Mar 28, 2015
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 7, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

No branches or pull requests

1 participant