infrastructure-upgrade/.solhint.json

8 lines
139 B
JSON
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error",">=0.8.0"],
"avoid-low-level-calls": "off"
}
}