Personal TSLint configuration, using the work from tslint-config-airbnb. Adds deeper type checking.
Install it !
npm install --save-dev linted
Use it ! (this is what your tslint.json
should contain)
{
"extends": "linted"
}
That's it !
Personal TSLint configuration, using the work from tslint-config-airbnb. Adds deeper type checking.
Install it !
npm install --save-dev linted
Use it ! (this is what your tslint.json
should contain)
{
"extends": "linted"
}
That's it !