tslint-config-locoslab

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i tslint-config-locoslab

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

3.45 kB

Total Files

4

Last publish

Collaborators

  • locoslab