mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-11 14:55:06 +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}]
|
|
}
|
|
}
|