From 4b211b38140b9b97b6aa7be58159ee9c50fff577 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 3 Jun 2024 10:23:28 -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 a49fe89e..ba19376c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "licenser.license": "Custom", "licenser.useSingleLineStyle": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.format.enable": true, "editor.formatOnSave": false