0.0.7 • Published 7 years ago

tslintx v0.0.7

Weekly downloads
97
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago