Преглед изворни кода

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"
+  }
+}