From 1a84050594a695183e73fb6b495241928d183b12 Mon Sep 17 00:00:00 2001 From: baseballyama Date: Mon, 30 Dec 2024 13:39:51 +0900 Subject: [PATCH] chore; update vscode/settings.json --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9c214fd5a..84c493735 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,8 @@ "source.fixAll.stylelint": "explicit" }, "svelte.plugin.typescript.diagnostics.enable": false, - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "[typescript]": { + "editor.defaultFormatter": "rvest.vs-code-prettier-eslint" + } }