@edge5/tslint-kit
v3.6.1
Published
This is a TSLint kit which we use at Edge5. It includes all dependencies and rules to get you started right away.
Readme
:wrench: @edge5/tslint-kit · 
This is a TSLint kit which we use at Edge5. It includes all dependencies and rules to get you started right away.
Installation
Install the package itself with npm install @edge5/tslint-kit --save-dev.
Usage
Simply create a file named tslint.json with the following content:
{
"extends": "@edge5/tslint-kit"
}