infrastructure-upgrade/.solhint.json
T-Hax 735546619e
init
Signed-off-by: T-Hax <>
2023-04-08 18:46:18 +00:00

8 lines
139 B
JSON

{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error",">=0.8.0"],
"avoid-low-level-calls": "off"
}
}