7 lines
175 B
JSON
7 lines
175 B
JSON
{
|
|
"extends": "solhint:recommended",
|
|
"rules": {
|
|
"compiler-version": ["error", "^0.8.0"],
|
|
"func-visibility": ["warn", { "ignoreConstructors": true }]
|
|
}
|
|
} |