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