@azimutlabs/eslint-config-react
v1.1.2
Published
ESLint configuration for React/ReactHooks
Downloads
76
Readme
Installation
Add peer dependencies:
$ yarn add -D eslint eslint-plugin-react eslint-plugin-react-hooks
...then install config packages:
$ yarn add -D @azimutlabs/eslint-config-react
Usage
{
// package.json
"eslintConfig": {
"extends": [
"@azimutlabs/eslint-config-react"
]
}
}
Contributing
Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.