소스 검색

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