1.0.4 • Published 6 years ago

tslint-eslint-config-5minds v1.0.4

Weekly downloads
21
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

TSLint + ESLint rule set recommendation by 5Minds

  • install with npm install --save-dev tslint-eslint-config-5minds
  • create a tslint.json in your project with the following content:
{
    "extends": "tslint-eslint-config-5minds"
}