1.0.0 • Published 9 years ago
tslint-config-ikala
Licence
—
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Tslint Config Ikala
The typescript coding style rules for ikala that extends tslint:recommended ('4.4.2': '2017-01-26T1418.117Z')
Usage
Get into your own project which you want to lint.
Add tslint to project. (for instance:
yarn add tslint --dev)create your own
tslint.jsonin your own project which you want to lint.{ "extends": [ "./node_modules/tslint-config-ikala/tslint.json" ], "rules": { } }lint it (for instance: add yarn script
"lint": "tslint ./src/**/*.ts -t codeFrame"then runyarn run lint)