From d21bd5d0fd447ce1f20c5a99d137f4413a67796c Mon Sep 17 00:00:00 2001 From: semnil5202 Date: Sun, 23 Jun 2024 15:12:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20setting=20json=20onSave=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20options=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 44a73ec3..271953d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,11 @@ { "mode": "auto" } - ] + ], + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.codeActionsOnSave": { + "source.fixAll": "explicit", + "source.fixAll.eslint": "explicit" + } }