tslintx
v0.0.7
Published
TSLint linting
Downloads
25
Readme
TSLintX
TSLint rules for happier life.
Rules
This repository provides the following rules:
| Rule Name | Configuration | Description |
| :-------------------------: | :-----------: | :--------------------------------------------------------------------------------: |
| existing-environment-vars
| none | Warns when an environment variable referenced in the code is not used. |
| underscore-privates
| none | Warns when a private property, method or accessor is not prefixed with underscore. |
How to use?
To use the rules in your project:
{
"rulesDirectory": ["tslintx"],
"existing-environment-vars": true
}
License
MIT