mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 20:15:18 +00:00
19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|