bbgo_origin/contracts/.solhint.json

9 lines
169 B
JSON
Raw Normal View History

{
"extends": "solhint:recommended",
"plugins": [],
"rules": {
"compiler-version": ["error", ">=0.6.6"],
"reason-string": ["warn", {"maxLength": 64}]
}
}