1.2.0 • Published 6 years ago

tslint-config-core v1.2.0

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

TSLint configuration

This configuration includes rules from standard ESlint rules, specially airbnb configuration thanks to tslint-eslint-rules (link) package we can't use some Eslint rules that TSlint don't has.

There is also some angular style rules (link)

Install

npm install --save-dev tslint-config-core

Setup

In your project create tslint-config.json file and add this line

"tslint.rulesDirectory": "./node_modules/codelyzer",
"extends": "tslint-config-core"