Fix vscode eslint/prettier settings and Vue extension recommendation (#1084)

This commit is contained in:
Lauris BH 2022-08-14 17:34:21 +03:00 committed by GitHub
parent a627968b73
commit d63c1dbcba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,10 @@
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
],
"eslint.workingDirectories": [
"./web"
],
"prettier.configPath": "./web/.prettierrc.js",
"prettier.ignorePath": "./web/.prettierignore"
}