Sfoglia il codice sorgente

ignore @next warning Image

AykutSarac 3 anni fa
parent
commit
fbc36d9b97
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  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"
+  }
+}