Open
Description
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have read the FAQ and my problem is not listed.
Repro
https://github.com/kmaraz/no-unused-vars-issue
I'll show you the issue in the pictures:
This works as the class property thisWorks
has different name from the Test
.
This does not work, as the class property Test
has the same name as Test
import.
Hope it helps! :)
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
4.14.2 |
@typescript-eslint/parser |
4.14.2 |
TypeScript |
4.1.3 |
ESLint |
7.18.0 |
node |
14.15.0 |