homelab-dashboard/.eslintrc.json
Bilal Teke 69c2057252 v4
2026-04-20 14:34:07 +02:00

8 lines
191 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"@next/next/no-html-link-for-pages": "off"
}
}