From 740eefc8c1101c8eafc8e2296fa95953c984bbe4 Mon Sep 17 00:00:00 2001 From: Yoshipi Date: Thu, 17 Oct 2024 17:36:37 +0900 Subject: [PATCH] feat: add EditorConfig to .vscode/extensions.json when ESLint is selected --- template/config/eslint/.vscode/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/config/eslint/.vscode/extensions.json b/template/config/eslint/.vscode/extensions.json index 940260d8..d9165248 100644 --- a/template/config/eslint/.vscode/extensions.json +++ b/template/config/eslint/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["dbaeumer.vscode-eslint"] + "recommendations": ["dbaeumer.vscode-eslint", "EditorConfig.EditorConfig"] } -- 2.39.5