Files
2026-07-16 20:48:43 -03:00

9 lines
189 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"plugins": ["react-hooks"],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": 0
}
}