Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Rule type-checker independent version of no-unused-variable #76

Closed
vilchik-elena opened this issue Jun 14, 2017 · 2 comments
Closed

Rule type-checker independent version of no-unused-variable #76

vilchik-elena opened this issue Jun 14, 2017 · 2 comments
Labels

Comments

@vilchik-elena
Copy link
Contributor

There is no-unused-variable from tslint core which is base on compiler option (not part of default profile). May be for users it would be valuable to have the same rule but not using type-checker.
To validate this idea we have look through some regular projects using tslint and see if they enabled that rule.

@inverno
Copy link
Contributor

inverno commented Jun 14, 2017

It's not in the recommended tslint profile because it is deprecated (due to the presence of the compiler option) : palantir/tslint#1481

@vilchik-elena
Copy link
Contributor Author

Covered by compiler options -> closed as won't fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants