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:
npm install --save-dev eslint-plugin-goodeffects
//...your eslint configuration
{
"plugins": ["goodeffects"],
"rules": {
"goodeffects/enforceNamedEffectCallbacks": "error"
}
}
Thank you for considering contributing to eslint-plugin-goodeffects!🚀