plebdevs/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2023-12-23 14:54:38 -06:00
{
2025-04-20 16:09:31 -05:00
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off"
}
2023-12-23 14:54:38 -06:00
}