]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
feat: add EditorConfig to .vscode/extensions.json when ESLint is selected
authorYoshipi <yoshipyft@gmail.com>
Thu, 17 Oct 2024 08:36:37 +0000 (17:36 +0900)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Thu, 17 Oct 2024 09:16:06 +0000 (11:16 +0200)
template/config/eslint/.vscode/extensions.json

index 940260d85687fb0e7ef60401e703c86f1e8f2943..d9165248fbc6098d27ea5ad6775d59910f1c6605 100644 (file)
@@ -1,3 +1,3 @@
 {
-  "recommendations": ["dbaeumer.vscode-eslint"]
+  "recommendations": ["dbaeumer.vscode-eslint", "EditorConfig.EditorConfig"]
 }