Fix solhint invocation

This commit is contained in:
2019-04-13 01:10:40 +02:00
parent c8805be054
commit 42df6fe310
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "solhint:default"
"extends": "solhint:default",
"rules": {
"indent": "2",
"space-after-comma": "error"
}
}