@tresmo/config-tslint
v0.5.6
Published
## Installation
Downloads
9
Readme
@tresmo/config-tslint
Installation
install the dependencies
yarn add --dev tslint codelyzer @tresmo/config-tslint
and create a tslint.json
anywhere in your project. choose desired configs from below set as file contents
backend
(default)
{
"extends": ["@tresmo/config-tslint/backend"]
}
or simply
{
"extends": ["@tresmo/config-tslint"]
}
angular
{
"extends": ["@tresmo/config-tslint/angular"]
}