0.0.4 • Published 7 years ago

tslint-config-elgervb v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Build Status devDependencies Status

elgervb TSLint config

installation

npm install tslint-config-elgervb

or

yarn add tslint-config-elgervb

usage

Add the following to your tslint.json file

{
  "rulesDirectory": [
    "node_modules/tslint-config-elgervb",
    "node_modules/tslint-config-elgervb/codelyzer"
  ],
}

TSCONFIG

{
  "extends": "node_modules/tslint-config-elgervb/configs/base",
  "files": [
    ...
  ]
}

links

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago