ソースを参照

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",