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