7 lines
84 B
JSON
7 lines
84 B
JSON
|
{
|
||
|
"go.lintTool": "golangci-lint",
|
||
|
"go.lintFlags": [
|
||
|
"--fix"
|
||
|
]
|
||
|
}
|