UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

19 lines (18 loc) 512 B
{ "extends": ["solhint:recommended"], "rules": { "prettier/prettier": "error", "avoid-throw": "off", "avoid-suicide": "error", "avoid-sha3": "warn", "max-line-length": "off", "compiler-version": "off", "func-visibility": ["warn", { "ignoreConstructors": true }], "no-empty-blocks": "off", "reason-string": ["warn", { "maxLength": 128 }], "not-rely-on-time": "off", "max-states-count": ["warn", 40], "no-inline-assembly": "off" }, "plugins": ["prettier"] }