diff --git a/.eslintrc.json b/.eslintrc.json index 957cd15..f76f0a2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": ["next/core-web-vitals"] + "extends": ["next/core-web-vitals"], + "rules": { + "react-hooks/exhaustive-deps": "off" + } }