Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

m-ripper/tslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tslint-config

To get started run

npm install -D tslint @m-ripper/tslint-config

or

yarn add -D tslint @m-ripper/tslint-config

Then simply extend it via the tslint.json in your project-directory:

{
  "extends": "@m-ripper/tslint-config",
  "linterOptions": {
    "exclude": ["node_modules/**"]
  },
  "rules": {
    "no-floating-promises": false,
    ...
  }
}

In the example above you can see, that you can override rules and other configurations in your tslint.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published