Fix solhint invocation
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"extends": "solhint:default"
|
||||
"extends": "solhint:default",
|
||||
"rules": {
|
||||
"indent": "2",
|
||||
"space-after-comma": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user