mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-01-10 03:45:41 +00:00
be38c54622
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
10 lines
263 B
JSON
10 lines
263 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"
|
|
}
|
|
}
|