9 lines
189 B
JSON
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
|
|
}
|
|
}
|