8 lines
191 B
JSON
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"
|
|
}
|
|
}
|