1.2.0 • Published 6 years ago

tslint-config-locoslab v1.2.0

Weekly downloads
31
License
MIT
Repository
github
Last release
6 years ago

tslint-config-locoslab Build Status npm version

TSLint (http://palantir.github.io/tslint/) configuration for Locoslab projects

Usage

  1. Install: npm install --save-dev tslint-config-locoslab
  2. 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

License

MIT

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago

0.2.0

8 years ago

0.1.0

8 years ago