Explorar o código

fix: compiler version in .solhint.json

Paul Razvan Berg %!s(int64=4) %!d(string=hai) anos
pai
achega
08b5c011ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .solhint.json

+ 1 - 1
.solhint.json

@@ -3,7 +3,7 @@
   "plugins": ["prettier"],
   "rules": {
     "code-complexity": ["error", 7],
-    "compiler-version": ["error", "^0.7.4"],
+    "compiler-version": ["error", "^0.7.0"],
     "const-name-snakecase": "off",
     "constructor-syntax": "error",
     "func-visibility": ["error", { "ignoreConstructors": true }],