From 1e48bd42af2f83ccc32d9b0deebf2a89f8de3170 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 26 Dec 2024 12:16:10 +0100 Subject: [PATCH] Removed accidental change to .vscode/settings.json --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 95bb160..25708ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "vitest.commandLine": "npx vitest", "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" + "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode", "git.ignoreLimitWarning": true,