@socialgouv/eslint-config-react-strict
v1.0.0-beta.5
Published
SocialGouv recommended eslint React config
Readme
@socialgouv/eslint-config-react-strict
Our strict React eslint config.
Install
$ npm install -D @socialgouv/eslint-config-react-strict eslint prettier
# or
$ yarn add -D @socialgouv/eslint-config-react-strict eslint prettierUsage
You can either:
add this to your
.eslintrc.ymlfile:extends: - "@socialgouv/eslint-config-react-strict"or add this to your
.eslintrc.jsonfile:{ "extends": ["@socialgouv/eslint-config-react-strict"] }or add this to your
package.jsonfile:{ "eslintConfig": { "extends": ["@socialgouv/eslint-config-react-strict"] } }
