@spotify/eslint-config-react
v15.0.0
Published
Spotify's ESLint config for React projects
Downloads
322,787
Readme
eslint-config-react
Spotify's ESLint config for react.
Installation
yarn add --dev @spotify/eslint-config-react eslint eslint-plugin-react eslint-plugin-jsx-a11yUsage
After installing, update your project's .eslintrc.json file to import the rule sets you want:
{
"extends" : [
"@spotify/eslint-config-react"
]
}Read the ESlint config docs for more information.
