contracts/.solhint.json

10 lines
120 B
JSON

{
"extends": [
"solhint:default",
"solhint:recommended"
],
"rules": {
"max-line-length": "warn"
}
}