homelab-dashboard/.eslintrc.json
Bilal Teke 787aab5e1d v2
2026-04-15 21:19:28 +02:00

7 lines
143 B
JSON

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