Unverified Commit 1f06fd7e by renovate[bot] Committed by GitHub

Update all non-major dependencies (#2317)

* Update all non-major dependencies

* disable solhint reason-string rule

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
parent e5da0986
......@@ -5,6 +5,7 @@
"mark-callable-contracts": "off",
"no-empty-blocks": "off",
"compiler-version": ["error", "^0.6.0"],
"private-vars-leading-underscore": "error"
"private-vars-leading-underscore": "error",
"reason-string": "off"
}
}
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