chore: recommend vscode eslint extension

vite8^2
xingyu4j 2026-03-14 19:39:37 +08:00
parent c48ee2a364
commit 1d98393f0c
1 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@
"recommendations": [ "recommendations": [
// Vue 3 // Vue 3
"Vue.volar", "Vue.volar",
// eslint VS Code
"dbaeumer.vscode-eslint",
// oxlint VS Code // oxlint VS Code
"oxc.oxc-vscode", "oxc.oxc-vscode",
// Visual Studio Code Stylelint // Visual Studio Code Stylelint
@ -21,10 +23,10 @@
// CSS // CSS
"vunguyentuan.vscode-css-variables", "vunguyentuan.vscode-css-variables",
// package.json PNPM catalog // package.json PNPM catalog
"antfu.pnpm-catalog-lens" "antfu.pnpm-catalog-lens",
], ],
"unwantedRecommendations": [ "unwantedRecommendations": [
// volar // volar
"octref.vetur" "octref.vetur",
] ],
} }