/tslint-rules

Custom rules for TSLint.

Primary LanguageTypeScriptMIT LicenseMIT

DEPRECATED

This project is no longer supported. Use pslint instead.

tslint-rules

Custom rules for TSLint.

Install

Clone repository from GitHub.

Install dependencies and build:

$ npm i
$ npm run build

The build output is in the dist directory. Follow the directions from the TSLint page to use the custom rules in your project.

The notice at the top of the TypeScript files to not edit them is for the built JavaScript, not the source files themselves.