Преглед на файлове

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