@gorrion/eslint-config-react
ESLint React config used at Gorrion Software House
Installation
Install the packages using npm (or yarn or pnpm)
npm install --save-dev eslint @gorrion/eslint-config-react eslint-plugin-react eslint-plugin-react-hooks
This will allow you to use the react package.
Usage
Then add the extends to your .eslintrc.js:
module.exports = {
extends: "@gorrion/eslint-config-react",
rules: {
// your overrides
},
};
Check also
Don't forget to check @gorrion/eslint-config