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": {
"indent": ["error", 4],
"func-order": false,
"bracket-align": false,
"compiler-fixed": false,
"no-simple-event-func-name": false,
"separate-by-one-line-in-contract": false,
"two-lines-top-level-separator": false
"func-order": "off",
"bracket-align": "off",
"compiler-fixed": "off",
"no-simple-event-func-name": "off",
"separate-by-one-line-in-contract": "off",
"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