{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error","~0.8.1"],
"func-visibility": ["warn",{"ignoreConstructors" : true}],
"not-rely-on-time": "off",
"state-visibility": "off"
}