mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 02:35:36 +00:00
13 lines
359 B
JSON
13 lines
359 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"
|
|
}
|
|
}
|