1.0.0 • Published 4 years ago

@m-ripper/tslint-config v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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.

1.0.0

4 years ago