amb-mediators/.solhint.json

17 lines
430 B
JSON

{
"extends": "solhint:recommended",
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"mark-callable-contracts": "off",
"avoid-low-level-calls": "off",
"no-inline-assembly": "off",
"multiple-sends": "off",
"bracket-align": "off",
"no-complex-fallback": "off",
"no-empty-blocks": "off",
"no-simple-event-func-name": "off",
"compiler-version": ["error", "0.4.24"]
}
}