@socialgouv/eslint-config-react-strict

1.0.0-beta.5 • Public • Published

@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"]
      }
    }

/@socialgouv/eslint-config-react-strict/

    Package Sidebar

    Install

    npm i @socialgouv/eslint-config-react-strict

    Weekly Downloads

    1

    Version

    1.0.0-beta.5

    License

    Apache-2.0

    Unpacked Size

    23 kB

    Total Files

    5

    Last publish

    Collaborators

    • revolunet
    • socialgroovybot