mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Fix vscode eslint/prettier settings and Vue extension recommendation (#1084)
This commit is contained in:
parent
a627968b73
commit
d63c1dbcba
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 New Issue
Block a user