[no-unused-vars] false positive on styled component props #2452
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
Milestone
When trying to update from 3.10.1 to 4.0.1 I get false positive for
.eslintrc.js
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
Expected Result
I should get no error.
Actual Result
I get
Versions
@typescript-eslint/eslint-plugin
4.0.1
@typescript-eslint/parser
4.0.1
TypeScript
4.0.2
ESLint
7.8.0
node
12.18.1
The text was updated successfully, but these errors were encountered: