Browse Source

fix: compiler version in .solhint.json

Paul Razvan Berg 4 years ago
parent
commit
08b5c011ab
1 changed files with 1 additions and 1 deletions
  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 }],