Skip to content

mgechev/TSLintX

Repository files navigation

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

About

TSLint rules for happier life.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published