@plyk/tslint
v0.6.3
Published
Plyk's tslint config
Readme
@plyk/tslint
Installation
npm install --save-dev @plyk/tslint
Usage
You can create your tslint.json using one of the following templates:
For regular projects
{
"extends": "@plyk/tslint"
}For React
{
"extends": "@plyk/tslint/react"
}