@m-ripper/tslint-config

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @m-ripper/tslint-config

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.09 kB

Total Files

3

Last publish

Collaborators

  • m-ripper