mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Fix vscode eslint/prettier settings and Vue extension recommendation (#1084)
This commit is contained in:
parent
a627968b73
commit
d63c1dbcba
1 changed files with 6 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -9,5 +9,10 @@
|
|||
"go.lintTool":"golangci-lint",
|
||||
"go.lintFlags": [
|
||||
"--fast"
|
||||
]
|
||||
],
|
||||
"eslint.workingDirectories": [
|
||||
"./web"
|
||||
],
|
||||
"prettier.configPath": "./web/.prettierrc.js",
|
||||
"prettier.ignorePath": "./web/.prettierignore"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue