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
1 changed files with 3 additions and 1 deletions

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