From f4b846375fbec01ffcad903df6593c524b8eeac9 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Sat, 25 Nov 2023 17:03:56 +0000 Subject: [PATCH] chore: ???? --- .vscode/settings.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0f9f9ec2e..426ff6801 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" + "source.fixAll.eslint": true }, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" @@ -19,10 +19,5 @@ "domain": "codeberg.org", "type": "Gitea" } - ], - "[go]": { - "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" - } - } + ] }