1.2.0 • Published 5 years ago

tslint-config-seek v1.2.0

Weekly downloads
2,431
License
MIT
Repository
github
Last release
5 years ago

Build Status npm semantic-release Commitizen friendly

tslint-config-seek

This package includes the shareable TSLint configuration used by SEEK.

Note: this assumes you’re using a tsconfig.json with strict and noUnusedLocals enabled.

Usage

First, install this package and TSLint.

Then create a file named tslint.json with following contents in the root folder of your project:

{
  "extends": "tslint-config-seek"
}

You can override the settings from tslint-config-seek by editing the tslint.json file.

License

MIT.