5.0.3 • Published 5 years ago

@ssense/tslint-config v5.0.3

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

tslint-config

npm version Build Status

The tslint config we use at SSENSE for all TypeScript projects. It's a combination of base rules provided by tslint as well as rules from tslint-microsoft-contrib.

Installation

  1. Install the package
    • npm install --save-dev tslint @ssense/tslint-config
  2. Create a file named tslint.json in your project root
    • touch tslint.json
  3. Add the contents referenced in the section below to tslint.json
  4. Run tslint
    • ./node_modules/.bin/tslint

tslint.json

{
    "extends": "@ssense/tslint-config"
}

corresponding SSENSE TSLint, TSLint and tslint-microsoft-contrib version

SSENSE VERSIONTSLint versiontslint-microsoft-contrib versionTypescript version
>= 5.x>= 5.x5.x>= 2.3.x
>= 4.x>= 4.x4.x
>= 2.x>= 3.2.x2.x
5.0.3

5 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago