My personal flavoured config for eslint.
installation
yarn add eslint-config-johangirod
Puis dans le .eslintrc.json
{
"extends": "johangirod"
}
My personal eslint config
* add prettier rules (84fb8ce (https://github.com/johangirod/eslint-config-johangirod/commit/84fb8ce))
* you need to add the eslint-config-prettier as a dev depency
* Initial rules (8f9fe2a (https://github.com/johangirod/eslint-config-johangirod/commit/8f9fe2a))