From fa9613dc28fe7cbd38f183a6bb174ccd0043b5b8 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 30 May 2024 13:33:45 -0400 Subject: [PATCH] Update VS Code config --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e1d2b0fb0..f5f0d8d89 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "licenser.license": "Custom", "licenser.useSingleLineStyle": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.format.enable": true, "editor.formatOnSave": false