Skip to content

Commit

Permalink
Fix prettier format check failure (woodpecker-ci#3860)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored and 6543 committed Sep 5, 2024
1 parent cea7c26 commit 9706f7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9706f7a

Please sign in to comment.