1.0.0-beta.5 • Published 5 years ago

@socialgouv/eslint-config-react-strict v1.0.0-beta.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

@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 prettier

Usage

You can either:

  • add this to your .eslintrc.yml file:

    extends:
      - "@socialgouv/eslint-config-react-strict"
  • or add this to your .eslintrc.json file:

    {
      "extends": ["@socialgouv/eslint-config-react-strict"]
    }
  • or add this to your package.json file:

    {
      "eslintConfig": {
        "extends": ["@socialgouv/eslint-config-react-strict"]
      }
    }
1.0.0-beta.5

5 years ago

0.35.0

5 years ago

0.34.0

5 years ago

0.33.0

5 years ago

0.32.0

5 years ago

0.31.0

5 years ago

0.30.0

5 years ago

0.29.0

5 years ago

0.28.0

5 years ago

0.27.0

5 years ago

0.26.0

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

0.25.0

5 years ago

0.24.0

5 years ago

0.23.0

5 years ago

1.0.0-beta.1

5 years ago

0.22.1

5 years ago

0.22.0

5 years ago

0.21.0

5 years ago

0.20.0

5 years ago

0.19.0

5 years ago

0.18.0

5 years ago

0.17.0

5 years ago

0.16.0

5 years ago