endpild-laman/.eslintrc.json

8 lines
146 B
JSON
Raw Permalink Normal View History

2024-01-22 20:52:38 +09:00
{
"extends": "next/core-web-vitals",
"rules": {
"semi": ["error", "always"],
"react-hooks/exhaustive-deps": "off"
}
}