tslint-config-locoslab
v1.2.0
Published
TSLint configuration for Locoslab projects
Maintainers
Readme
tslint-config-locoslab

TSLint (http://palantir.github.io/tslint/) configuration for Locoslab projects
Usage
- Install:
npm install --save-dev tslint-config-locoslab - Create a file named
tslint.jsonin your project and 'extend' the config:
{
"extends": "tslint-config-locoslab"
// Overrides...
}Notes:
- TSLint and TypeScript must be installed separately, which allows using the preferred versions for each project
- This is work-in-progress
- The rules are roughly sorted in 3 groups: whitespace/formatting, style, tslint:recommended overrides
