mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-12 19:28:43 +09:00
Ignore @next/next/no-img-element
, react-hooks/exhaustive-deps
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"@next/next/no-document-import-in-page": "off"
|
||||
"@next/next/no-document-import-in-page": "off",
|
||||
"@next/next/no-img-element": "off",
|
||||
"react-hooks/exhaustive-deps": "off"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user