An ESLint Plugin dedicated to enhancing code quality by enforcing best practices when utilizing the useEffect hook in React applications.
npm install eslint-plugin-goodeffects

An ESLint Plugin dedicated to enhancing code quality by enforcing best practices when utilizing the useEffect hook in React applications.
Install the package via npm:
``bash`
npm install --save-dev eslint-plugin-goodeffects
`json``
//...your eslint configuration
{
"plugins": ["goodeffects"],
"rules": {
"goodeffects/enforceNamedEffectCallbacks": "error"
}
}
1. enforce-named-effect-callbacks
Thank you for considering contributing to eslint-plugin-goodeffects!🚀