{ "extends": "solhint:recommended", "plugins": ["prettier"], "rules": { "prettier/prettier": "error", "avoid-low-level-calls": "off", "avoid-tx-origin": "warn", "code-complexity": "off", "const-name-snakecase": "error", "function-max-lines": "off", "max-line-length": ["error", 120], "no-inline-assembly": "off", "quotes": ["error", "double"], "no-empty-blocks": "off", "compiler-version": "off" } }