From 56814d89287e32511be934e7d14152baef6b13c7 Mon Sep 17 00:00:00 2001 From: Mario J Maurello Date: Thu, 28 Dec 2023 21:16:48 +1300 Subject: [PATCH] revert changes in settings test --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 31aad05b..26ef47ff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,7 +38,7 @@ "editor.formatOnSaveMode": "file", "typescript.preferences.importModuleSpecifier": "relative", "editor.codeActionsOnSave": { - "source.organizeImports": "explicit", - "source.fixAll.eslint": "explicit" + "source.organizeImports": true, + "source.fixAll.eslint": true } }