@tresmo/config-tslint
v0.5.6
Published
## Installation
Readme
@tresmo/config-tslint
Installation
install the dependencies
yarn add --dev tslint codelyzer @tresmo/config-tslintand 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"]
}