[no-unused-vars] False positive: export with in keyof #2615
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
unable to repro
issues that a maintainer was not able to reproduce
Repro
// file 1
// file 2
tsconfig:
Expected Result
no errors
Actual Result
Line 32:37: 'K' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars
Additional Info
Also getting is already declared in the upper scope no-shadow
not sure it's related or might go away with the fix
Versions
@typescript-eslint/eslint-plugin
4.3.0
@typescript-eslint/parser
4.3.0
TypeScript
4.0.3
The text was updated successfully, but these errors were encountered: