Files
openzeppelin-contracts/.solhint.json
2020-08-24 18:14:25 -03:00

12 lines
270 B
JSON

{
"extends": "solhint:recommended",
"rules": {
"func-order": "off",
"mark-callable-contracts": "off",
"no-empty-blocks": "off",
"compiler-version": ["error", "^0.7.0"],
"private-vars-leading-underscore": "error",
"reason-string": "off"
}
}