Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I haveread 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 propertythisWorks
has different name from theTest
.
This does not work, as the class propertyTest
has the same name asTest
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 |