Commit 96e49507 by Franco Victorio Committed by Nicolás Venturo

Upgrade solhint to 2.1.0 (#1781)

* Upgrade solhint to 2.1.0

* Use compiler-version ^0.5.0
parent c23c63f9
{ {
"extends": "default", "extends": "solhint:recommended",
"rules": { "rules": {
"indent": ["error", 4], "indent": ["error", 4],
"func-order": false, "func-order": "off",
"bracket-align": false, "bracket-align": "off",
"compiler-fixed": false, "compiler-fixed": "off",
"no-simple-event-func-name": false, "no-simple-event-func-name": "off",
"separate-by-one-line-in-contract": false, "separate-by-one-line-in-contract": "off",
"two-lines-top-level-separator": false "two-lines-top-level-separator": "off",
"mark-callable-contracts": "off",
"compiler-version": ["error", "^0.5.0"]
} }
} }
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