We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1dc50 commit 403a7c9Copy full SHA for 403a7c9
packages/plugins/eslint-plugin-react-hooks-extra/README.md
@@ -37,6 +37,7 @@ export default defineConfig([
37
},
38
rules: {
39
// Put rules you want to override here
40
+ "react-hooks-extra/no-direct-set-state-in-use-effect": "warn",
41
42
43
]);
0 commit comments