From 2fb342449def254befcf7202b0f5615d566e00dc Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 13 Feb 2023 13:01:12 +0300 Subject: [PATCH] vscode: remove unused imports --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f1660f3..a0e6f3e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,8 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": true, - "source.fixAll.eslint": true + "source.fixAll.eslint": true, + "source.removeUnusedImports": true }, "workbench.editor.labelFormat": "short", "eslint.workingDirectories": [{ "directory": "apps/web", "changeProcessCWD": true }],