From c4ffa78a3fe709d1ef3826a9c59359ac994d88eb Mon Sep 17 00:00:00 2001 From: inyoung Date: Fri, 11 Oct 2024 04:15:15 +0900 Subject: [PATCH] Fix: revise `setting.json` #55 --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b37663..705e725 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.codeActionsOnSave": { - "source.removeUnusedImports": true - } + "source.fixAll.eslint": "explicit" + }, + "editor.formatOnSave": true }