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 22bb947 commit f99fca3Copy full SHA for f99fca3
packages/eslint-plugin-react-hooks/README.md
@@ -29,7 +29,7 @@ Then add it to your ESLint configuration:
29
"rules": {
30
// ...
31
"react-hooks/rules-of-hooks": "error",
32
- "react-hooks/exhaustive-deps": "warning"
+ "react-hooks/exhaustive-deps": "warn"
33
}
34
35
```
0 commit comments