Merge pull request #67 from AustinKelsay/chore/update-lint-rules

react-hooks exhaustive deps off
This commit is contained in:
Austin Kelsay 2025-04-20 14:14:31 -07:00 committed by GitHub
commit 3d0da34409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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