1.0.0 • Published 5 years ago

@veake/tslint-config v1.0.0

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

tslint-config

To get started run

npm install -D tslint @veake/tslint-config

or

yarn add -D tslint @veake/tslint-config

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

{
  "extends": "@veake/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

5 years ago