Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 898 Bytes

Build Status

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