mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-03 07:03:26 +00:00
8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["warn", "^0.8.0"],
|
|
"func-visibility": ["warn", {"ignoreConstructors": true}]
|
|
}
|
|
}
|