From 9923f49b61ada70d43a2394daf39b4ece65ce731 Mon Sep 17 00:00:00 2001 From: SnnBcd <37627919+SiriusXT@users.noreply.github.com> Date: Tue, 23 May 2023 21:06:54 +0800 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b1cee4342..bc2d7329d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "[javascript]": { - "editor.defaultFormatter": "vscode.typescript-language-features" + "editor.defaultFormatter": "dbaeumer.vscode-eslint" }, "[json]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" @@ -30,4 +30,4 @@ "jsonc" ], "files.eol": "\n", -} \ No newline at end of file +}