@celsodias12/eslint-config-react
v1.0.0
Published
Linting rules to help ensure that React code is readable, maintainable, and free of common errors.
Downloads
1
Maintainers
Readme
Installation
Install the package and its dependencies:
npm i -D @celsodias12/eslint-config-react eslint-plugin-react eslint-plugin-react-hooks
Configuration
In your ESLint configuration file, add the following content:
{
"extends": [
// ... other configs
"@celsodias12/eslint-config-react"
]
}