Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 487 Bytes

File metadata and controls

26 lines (18 loc) · 487 Bytes

eslint-config-react

Spotify's ESLint config for react.

Installation

yarn add --dev @spotify/eslint-config-react eslint eslint-plugin-react eslint-plugin-jsx-a11y

Usage

After installing, update your project's .eslintrc file to import the rule sets you want:

{
  "extends" : [
    "@spotify/eslint-config-react"
  ]
}

Read the ESlint config docs for more information.