[no-unused-vars] False positive with parameter decorators #571
Labels
bug
Something isn't working
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
scope analyser
Issues that are caused by bugs/incomplete cases in the scope analyser
Milestone
Repro
Expected Result
No violation of
unused-vars
is reported.Actual Result
It complains that
log
is declared but not used.Additional Info
Versions
@typescript-eslint/eslint-plugin
1.4.2
@typescript-eslint/parser
1.4.2
TypeScript
3.4.5
ESLint
5.16.0
node
12.1.0
npm
6.9.0
The text was updated successfully, but these errors were encountered: