disable react-hooks/exhaustive-deps in eslint

This commit is contained in:
dvelo 2024-07-26 15:49:05 -05:00
parent 250127312a
commit 8164cd84a8

@ -1,3 +1,6 @@
{ {
"extends": ["next/core-web-vitals"] "extends": ["next/core-web-vitals"],
"rules": {
"react-hooks/exhaustive-deps": "off"
}
} }