minor fix

This commit is contained in:
daniel31x13 2023-12-27 15:06:18 -05:00
parent ea9f940517
commit feb18b8c7a

View File

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