{ "extends": "solhint:recommended", "plugins": ["prettier"], "rules": { "prettier/prettier": "error", "compiler-version": "off", "code-complexity": ["warn", 5], "max-line-length": ["error", 100], "func-param-name-mixedcase": "error", "modifier-name-mixedcase": "error", "ordering": "warn", "not-rely-on-time": "off", "no-complex-fallback": "off", "not-rely-on-block-hash": "off", "reentrancy": "off", "contract-name-camelcase": "off" } }