tslint-secoya

Secoya's TSLint rules


Keywords
tslint, secoya
License
ISC
Install
npm install tslint-secoya@2.3.1

Documentation

TSLINT-SECOYA

These are the rules used in Secoyas TypeScript projects.

How to use:

npm install --save-dev tslint-secoya tslint
echo '{ "extends": ["tslint-secoya"]}' > tslint.json
./node_modules/.bin/tslint -c tslint.json -p tsconfig.json