0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Ignore @next/next/no-img-element, react-hooks/exhaustive-deps

This commit is contained in:
yude 2021-12-11 21:13:29 +09:00
parent 99f776b861
commit 22385a42c8
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -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"
}
}