From 7c47b55494646cd2d816ea00e8c79e173e8d2456 Mon Sep 17 00:00:00 2001 From: Eric Dobbertin Date: Sat, 6 Jan 2024 10:01:04 -0600 Subject: [PATCH] chore: updated eslint --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c43344..6389cd7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.defaultFormatter": "dbaeumer.vscode-eslint", "editor.detectIndentation": false,