@marcneander/eslint-config-react
v1.2.0
Published
## Install
Downloads
3
Maintainers
Readme
eslint-config-react
Install
yarn add --dev @marcneander/eslint-config-react
Usage
Edit .eslintrc.js
module.exports = {
extends: [
'@marcneander/react'
],
...
}
or in package.json
"eslintConfig": {
"extends": "@marcneander/react"
}