Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): move no-unused-variables to tslint.build.json
In the latest version of tslint, the rule "no-unused-variables" requires type information and therefore cannot be run on the fly from VS Code. This commit move the configuration of "no-unused-variables" from tsling.common.json to tslint.build.json to avoid warnings printed to VS Code console: Warning: The 'no-unused-variable' rule requires type information.
- Loading branch information