diff --git a/.eslintrc.json b/.eslintrc.json index bffb357a..57f182fb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,7 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { + // Other rules + "@next/next/no-img-element": "off" + } }