seek-oss / tslint-config-seek

TSLint configuration used by SEEK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status npm semantic-release Commitizen friendly

tslint-config-seek

⚠️ TSLint is deprecated by upstream. Please use eslint-config-seek instead. ⚠️

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.

About

TSLint configuration used by SEEK

License:MIT License


Languages

Language:JavaScript 100.0%