TSLint (http://palantir.github.io/tslint/) configuration for Locoslab projects
- Install:
npm install --save-dev tslint-config-locoslab
- Create a file named
tslint.json
in 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