Fix prettier format check failure (#3860)

This commit is contained in:
Lauris BH 2024-07-01 20:57:20 +03:00 committed by GitHub
parent 918985c508
commit 38c51947c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",