Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

seek-oss/tslint-config-seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.