diff --git a/packages/eslint-plugin-react-hooks/README.md b/packages/eslint-plugin-react-hooks/README.md index 9b59fc3407..2fc149a7e3 100644 --- a/packages/eslint-plugin-react-hooks/README.md +++ b/packages/eslint-plugin-react-hooks/README.md @@ -29,7 +29,7 @@ Then add it to your ESLint configuration: "rules": { // ... "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warning" + "react-hooks/exhaustive-deps": "warn" } } ```