react-hooks exhaustive deps off

This commit is contained in:
austinkelsay 2025-04-20 16:09:31 -05:00
parent 9795c3a0e1
commit c9580ffe41
No known key found for this signature in database
GPG Key ID: 5A763922E5BA08EE

View File

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