tslint-config-nineyi
v1.0.8
Published
## Documentation Shareable Configs
Readme
tslint-config-nineyi
Documentation Shareable Configs
Installation
Install the package with
npm install tslint prettier tslint-config-nineyi --save-dev
tslint Setup
Now add the config to either the tslint.json:
{
"extends": "tslint-config-nineyi/tslint-config"
}TSLint and Prettier
- This TSLint configuration can work together with prettier, thanks to tslint-plugin-prettier
Coding style
- the ESLint rules are based on the great work of airbnb's tslint-config-airbnb
- they also have a smaller more compact one: tslint-config-airbnb-base
