@socialgouv/eslint-config-react
v1.131.0
Published
SocialGouv recommended eslint React config
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 prettierUsage
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"]
}