3.0.0 • Published 6 years ago

eslint-config-emakinacee-react v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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