0.0.7 • Published 6 years ago

tslintx v0.0.7

Weekly downloads
97
License
MIT
Repository
github
Last release
6 years ago

Build Status

TSLintX

TSLint rules for happier life.

Rules

This repository provides the following rules:

Rule NameConfigurationDescription
existing-environment-varsnoneWarns when an environment variable referenced in the code is not used.
underscore-privatesnoneWarns 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

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago