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
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I havesearched for related issues and found none that matched my issue.
- I haveread the FAQ and my problem is not listed.
Playground Link
Repro Code
enumExample{NotExample,Example,}
ESLint Config
{"rules":{"no-shadow":"off","@typescript-eslint/no-shadow":"error"}}
tsconfig
{"compilerOptions": {"strictNullChecks":true }}
Expected Result
I expect that this works, and does not result in any linting errors. At least it used to work before upgrading to@typescript-eslint
v8.
Actual Result
'Example' is already declared in the upper scope on line 1 column 6. 3:3 - 3:10
Additional Info
No response