tslint-config-sst
v2.0.0
Published
A tslint config for SkySquirrel Technologies.
Downloads
7
Readme
tslint-config-sst
A tslint config for SkySquirrel Technologies.
Installation
npm install --save-dev tslint-config-sst
Then add to your tslint.json
:
{
"extends": ["tslint-config-sst"]
}
Prettier
It is strongly suggested you use Prettier. Install tslint-config-prettier
with npm and add it to your tslint.json
.
This package also ships a standard config. Simply use this for your prettier.config.js
:
module.exports = require('tslint-config-sst/prettier.config')
Rules
Based off tslint:recommended and tslint-config-airbnb.