Commit f7ca35c9 by Francisco Giordano

Configure solhint for solc 0.7

parent c08d1439
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"no-empty-blocks": "off", "no-empty-blocks": "off",
"compiler-version": ["error", "^0.7.0"], "compiler-version": ["error", "^0.7.0"],
"private-vars-leading-underscore": "error", "private-vars-leading-underscore": "error",
"reason-string": "off" "reason-string": "off",
"func-visibility": ["error", { "ignoreConstructors": true }]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment