feat: 更新 ESLint 配置,添加 pnpm 锁定文件,修正依赖项格式

This commit is contained in:
2026-01-12 14:30:55 +07:00
parent 2f7a6907e2
commit 1ae1abed4d
3 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ export default antfu({
"dist", "dist",
"coverage", "coverage",
"node_modules", "node_modules",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
], ],
stylistic: { stylistic: {
semi: true, semi: true,

View File

@@ -9,7 +9,7 @@
"generate": "nuxt generate", "generate": "nuxt generate",
"preview": "nuxt preview", "preview": "nuxt preview",
"postinstall": "nuxt prepare", "postinstall": "nuxt prepare",
"deploy": "pnpx wrangler pages deploy .output/public --project-name=appstore --branch=main" "deploy:cloudflare": "pnpx wrangler pages deploy .output/public --project-name=appstore --branch=main"
}, },
"dependencies": { "dependencies": {
"@nuxt/ui": "^4.3.0", "@nuxt/ui": "^4.3.0",

View File

@@ -3,7 +3,7 @@ packages:
catalog: catalog:
'@capacitor/share': ^8.0.0 '@capacitor/share': ^8.0.0
html2canvas: ^1.4.1 'html2canvas': ^1.4.1
catalogMode: prefer catalogMode: prefer