{ "extends": "solhint:recommended", "plugins": ["prettier"], "rules": { "avoid-low-level-calls": "off", "compiler-version": "off", "gas-custom-errors": "off", "explicit-types": ["warn", "implicit"], "func-visibility": ["warn", { "ignoreConstructors": true }], "max-states-count": "off", "no-empty-blocks": "off", "no-global-import": "off", "no-inline-assembly": "off", "not-rely-on-time": "off", "prettier/prettier": "error", "reason-string": "off" } }