@socialgouv/tslint-config-recommended
v0.35.0
Published
Social Gouv recommended tslint config
Downloads
743
Readme
@socialgouv/tslint-config-recommended
Our default recommended tslint config
Install
$ npm install -D @socialgouv/tslint-config-recommended tslint prettier
# or
$ yarn add -D @socialgouv/tslint-config-recommended tslint prettierUsage
Add this to your tslint.json file:
{
"extends": ["@socialgouv/tslint-config-recommended"]
}