فهرست منبع

ignore @next warning Image

AykutSarac 3 سال پیش
والد
کامیت
fbc36d9b97
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      .eslintrc.json

+ 5 - 2
.eslintrc.json

@@ -1,3 +1,6 @@
 {
-  "extends": "next/core-web-vitals"
-}
+  "extends": "next/core-web-vitals",
+  "rules": {
+    "@next/next/no-img-element": "off"
+  }
+}