tslintx
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tslintx

Weekly Downloads

4

Version

0.0.7

License

MIT

Last publish

Collaborators

  • mgechev