@microtica/tslint-config
v1.1.2
Published
Default tslint configuration(rules)
Downloads
107
Readme
Microtica's recommended tslint configuration
We advice you to use this, it might help you write better code. Feel free to contribute with pull requests and to not use it at all :)
Usage
Add this to your package.json scripts
"lint": "./node_modules/.bin/tslint -p service/src/tsconfig.json -c ./node_modules/@microtica/tslint-config/tslint.json"
and then
npm run lint