fix: linting fixes

This commit is contained in:
Lea Anthony
2019-06-30 17:16:38 +10:00
parent 44386490c8
commit 345c8bc094
6 changed files with 236 additions and 205 deletions

View File

@@ -1,3 +1,4 @@
{
"go.formatTool": "goimports"
"go.formatTool": "goimports",
"eslint.alwaysShowStatus": true
}