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}]
|
||
|
}
|
||
|
}
|