feat: 添加 ESLint 配置并集成到 VSCode

pnpm dlx @antfu/eslint-config@latest
This commit is contained in:
feige996
2025-06-21 16:50:31 +08:00
parent 9c074652e1
commit 79c333e647
4 changed files with 2174 additions and 27 deletions

View File

@@ -158,6 +158,9 @@
"unplugin-auto-import": "^0.17.8",
"vite": "5.2.8",
"vite-plugin-restart": "^0.4.2",
"vue-tsc": "^2.2.10"
"vue-tsc": "^2.2.10",
"@antfu/eslint-config": "^4.15.0",
"eslint": "^9.29.0",
"@unocss/eslint-plugin": "^66.2.3"
}
}