diff --git a/.eslintrc.json b/.eslintrc.json index 2256635..13694db 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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" } }