@socialgouv/eslint-config-react
v1.131.0
Published
SocialGouv recommended eslint React config
Downloads
748
Readme
@socialgouv/eslint-config-react
Our React eslint config
Install
$ npm install -D @socialgouv/eslint-config-react eslint prettier
# or
$ yarn add -D @socialgouv/eslint-config-react eslint prettier
Usage
Add this to your .eslintrc.yml
file:
extends:
- "@socialgouv/eslint-config-react"
or add this to your .eslintrc.json
file:
{
"extends": ["@socialgouv/eslint-config-react"]
}