plebdevs/.eslintrc.json
2025-04-20 16:09:31 -05:00

7 lines
99 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}