Skip to content

Commit db4798b

Browse files
authored
fix(lint): fix json errors in settings.json (#387)
1 parent 59c8d85 commit db4798b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.vscode/settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
"editor.formatOnSave": true,
44
"editor.codeActionsOnSave": {
55
"source.organizeImports": "explicit"
6-
},
6+
}
77
},
88
"[go.mod]": {
99
"editor.formatOnSave": true,
1010
"editor.codeActionsOnSave": {
1111
"source.organizeImports": "explicit"
12-
},
12+
}
1313
},
14-
// gopls
1514
"go.useLanguageServer": true,
1615
"gopls": {
1716
"formatting.local": "github.com/golang-templates/seed",
1817
"formatting.gofumpt": true
1918
},
20-
// golangci-lint
2119
"go.lintTool": "golangci-lint",
2220
"go.lintFlags": [
2321
"--fast"

0 commit comments

Comments
 (0)