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

chore: disable Solhint rule "no-console"

Paul Razvan Berg преди 2 години
родител
ревизия
5efd748fca
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      .solhint.json

+ 1 - 0
.solhint.json

@@ -7,6 +7,7 @@
     "func-visibility": ["error", { "ignoreConstructors": true }],
     "max-line-length": ["error", 120],
     "named-parameters-mapping": "warn",
+    "no-console": "off",
     "not-rely-on-time": "off",
     "prettier/prettier": [
       "error",