eslint-config-emakinacee-react

3.0.0 • Public • Published

eslint-config-emakinacee-react

npm version

This package contains all ESLint react specific rules. We recommend to use these react specific rules in addition to our base rules.

Dependencies

  • eslint
  • eslint-plugin-jsx-a11y
  • eslint-plugin-react

Usage

  1. Install the config and all dependencies mentioned above.

    npm install eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-config-emakinacee-react
  2. Extend the config in your .eslintrc by adding "extends": "emakinacee-react" e.g.:

    {
        "extends": [
            "emakinacee-react"
        ]
    }

Package Sidebar

Install

npm i eslint-config-emakinacee-react

Weekly Downloads

6

Version

3.0.0

License

MIT

Unpacked Size

27 kB

Total Files

5

Last publish

Collaborators

  • clemens.klocker
  • dgoerdes
  • flobacher
  • sladi
  • thomas.peklak
  • topek