mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 09:27:58 -05:00
15 lines
409 B
JSON
15 lines
409 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["warn"],
|
|
"quotes": "off",
|
|
"func-visibility": ["warn", { "ignoreConstructors": true }],
|
|
"no-inline-assembly": "off",
|
|
"no-empty-blocks": "off",
|
|
"private-vars-leading-underscore": ["warn", { "strict": false }],
|
|
"ordering": "warn",
|
|
"avoid-low-level-calls": "off",
|
|
"named-parameters-mapping": "warn"
|
|
}
|
|
}
|