error 'Something' is already declared in the upper scope no-shadow
#2561
Labels
fix: user error
issue was fixed by correcting the configuration / correcting the code
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Uh oh!
There was an error while loading. Please reload this page.
Repro
Expected Result
No error.
Actual Result
On
Something
I get theno-shadow
error:error 'Something' is already declared in the upper scope no-shadow
Versions
@typescript-eslint/parser
4.1.1
TypeScript
4.0.2
ESLint
7.9.0
node
14.8.0
The text was updated successfully, but these errors were encountered: