mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 17:00:30 +00:00
Fix prettier format check failure (#3860)
This commit is contained in:
parent
918985c508
commit
38c51947c7
1 changed files with 2 additions and 4 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -9,14 +9,12 @@
|
|||
"go.lintTool": "golangci-lint",
|
||||
"go.lintFlags": ["--fast"],
|
||||
"go.buildTags": "test",
|
||||
"gopls": { // cspell:words gopls
|
||||
"gopls": {
|
||||
// cspell:words gopls
|
||||
"buildFlags": ["-tags=test"]
|
||||
},
|
||||
"eslint.workingDirectories": ["./web"],
|
||||
"prettier.ignorePath": "./web/.prettierignore",
|
||||
// Enable the ESlint flat config support
|
||||
// (remove this if your ESLint extension above v3.0.5)
|
||||
"eslint.experimental.useFlatConfig": true,
|
||||
// Auto fix
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit",
|
||||
|
|
Loading…
Reference in a new issue