Spotify's ESLint config for React projects
npm install @spotify/eslint-config-reactSpotify's ESLint config for react.
``sh`
yarn add --dev @spotify/eslint-config-react eslint eslint-plugin-react eslint-plugin-jsx-a11y
After installing, update your project's .eslintrc.json file to import the rule sets you want:
`js``
{
"extends" : [
"@spotify/eslint-config-react"
]
}
---
Read the ESlint config docs
for more information.