This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
TSLint rule no-unused-variable
not working
#887
Labels
no-unused-variable
not working
#887
Expected behavior
TSLint should alert the developer of unused imports or variables.
Actual behavior
TSLint does not alert the developer. Instead, we get the message: "The 'no-unused-variable' rule requires type checking". This appears to be a known issue, palantir/tslint#2933.
The text was updated successfully, but these errors were encountered: