mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
9 lines
191 B
JSON
9 lines
191 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@next/next/no-document-import-in-page": "off",
|
|
"@next/next/no-img-element": "off",
|
|
"react-hooks/exhaustive-deps": "off"
|
|
}
|
|
}
|