@hoishin/tslint-config
v2.0.3
Published
Hoishin's TSLint configuration
Downloads
7
Readme
@hoishin/tslint-config
Sharable TSLint configuration. It's made strict and opinionated for maintainablity, consistency, and preventing bugs in earlier stages.
Install
npm install --save-dev @hoishin/tslint-config
# or
yarn add -D @hoishin/tslint-config
Usage
In tslint.json
{
"extends": "@hoishin/tslint-config"
// Your configuration...
}
License
MIT