mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-07 14:13:28 +00:00
14 lines
395 B
JSON
14 lines
395 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["warn", "^0.8.0"],
|
|
"func-visibility": ["warn", {"ignoreConstructors": true}],
|
|
"private-vars-leading-underscore": ["warn", { "strict": true }],
|
|
"not-rely-on-time": "off",
|
|
"no-global-import": "off",
|
|
"explicit-types": "off",
|
|
"immutable-vars-naming": "off",
|
|
"one-contract-per-file": "off"
|
|
}
|
|
}
|