diff --git a/.eslintrc.json b/.eslintrc.json index 09937b6..6ef85ca 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,7 @@ { "extends": "next/core-web-vitals", "rules": { - "react-hooks/exhaustive-deps": "off" + "react-hooks/exhaustive-deps": "off", + "@next/next/no-img-element": "off" } }