From 4bdc63983ea4d689a5a4ea1aa163c2d257e2db0a Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 11 Feb 2024 18:12:13 -0600 Subject: [PATCH] Update IDE preferences --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d46602a..65fe597 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "vitest.commandLine": "npx vitest", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "git.ignoreLimitWarning": true,