{ "extends": ["solhint:recommended"], "rules": { "prettier/prettier": "error", "avoid-throw": "off", "avoid-suicide": "error", "avoid-sha3": "warn", "compiler-version": ["error","^0.8.0"], "reason-string": ["warn",{"maxLength":80}], "func-visibility": ["warn",{"ignoreConstructors":true}], "not-rely-on-time": "off", "max-states-count": "off" }, "plugins": ["prettier"] }