Ver código fonte

ignore @next warning Image

AykutSarac 3 anos atrás
pai
commit
fbc36d9b97
1 arquivos alterados com 5 adições e 2 exclusões
  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"
+  }
+}