@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 prettier
Usage
Add this to your tslint.json
file:
{
"extends": ["@socialgouv/tslint-config-recommended"]
}