-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomers.Good for newcomers.tslintThis issue is exclusive to the tslint side of things.This issue is exclusive to the tslint side of things.
Description
TSLint version >= 2.9 seems to have deprecated no-unused-variable
.
...the changes in 2.9 make it much more complex for this rule to work as intended, especially with respect to the ignorePattern option.
It looks like people should now just make sure that their tsconfig.json
has the noUnusedLocals
option enabled which covers most of what no-unused-variable
did.
Changes would need to be made here.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers.Good for newcomers.tslintThis issue is exclusive to the tslint side of things.This issue is exclusive to the tslint side of things.