Browse Source

chore: disable Solhint rule "no-console"

Paul Razvan Berg 2 năm trước cách đây
mục cha
commit
5efd748fca
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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",