infinite-proxy/.solhint.json

8 lines
166 B
JSON
Raw Normal View History

2022-04-15 10:40:03 +00:00
{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error", "^0.8.0"],
"func-visibility": ["warn", { "ignoreConstructors": true }]
}
}