From 0edba7e22295d54674c99ec853bbd56718f1c65a Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 28 Dec 2022 01:58:40 -0800 Subject: [PATCH] Remove organize imports --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8f5bb705..4b490666 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,6 @@ "typescript.tsserver.experimental.enableProjectDiagnostics": true, "editor.tabSize": 2, "editor.codeActionsOnSave": { - "source.organizeImports": true, "source.fixAll.eslint": true, "source.fixAll.stylelint": false },