You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...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.
TSLint version >= 2.9 seems to have deprecated
no-unused-variable
.It looks like people should now just make sure that their
tsconfig.json
has thenoUnusedLocals
option enabled which covers most of whatno-unused-variable
did.Changes would need to be made here.
The text was updated successfully, but these errors were encountered: