From be1440aee0a1b8ef30ea099b4a3dbccb20c18fbb Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 11 Dec 2023 16:01:44 -0500 Subject: [PATCH] update settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4165a4220..d5f76e88d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "debug.enableStatusBarColor": false }