eslint-plugin-goodeffects
v1.0.2
Published
An ESLint Plugin dedicated to enhancing code quality by enforcing best practices when utilizing the useEffect hook in React applications.
Downloads
5,052
Maintainers
Readme
eslint-plugin-goodeffects
An ESLint Plugin dedicated to enhancing code quality by enforcing best practices when utilizing the useEffect hook in React applications.
Installation
Install the package via npm:
npm install --save-dev eslint-plugin-goodeffects
Usage
//...your eslint configuration
{
"plugins": ["goodeffects"],
"rules": {
"goodeffects/enforceNamedEffectCallbacks": "error"
}
}
Rules
Contributing to eslint-plugin-goodeffects
Thank you for considering contributing to eslint-plugin-goodeffects!🚀