From 38c51947c7e117042551f0d6e2e0aec4762fc771 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Mon, 1 Jul 2024 20:57:20 +0300 Subject: [PATCH] Fix prettier format check failure (#3860) --- .vscode/settings.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ce460ae9c1..f2d20c8712 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",