cryptokitties-xdai-demo/.solhint.json

15 lines
356 B
JSON

{
"extends": "solhint:recommended",
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"mark-callable-contracts": "off",
"bracket-align": "off",
"not-rely-on-time": "off",
"const-name-snakecase": "off",
"no-inline-assembly": "off",
"multiple-sends": "off",
"compiler-version": ["error", "0.4.24"]
}
}