Browse Source

ignore @next warning Image

AykutSarac 3 năm trước cách đây
mục cha
commit
fbc36d9b97
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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"
+  }
+}