🐳 chore: eslint 命令行忽略文件

由于未知原因导致 eslint 配置项中 ignores 未生效,暂时使用命令行代替
This commit is contained in:
m1m1sha 2024-05-07 10:46:58 +08:00
parent 42f933dfc3
commit 705c34623c

View File

@ -8,7 +8,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint ."
"lint": "eslint . --ignore-pattern src-tauri --ignore-pattern src/**.d.ts"
},
"dependencies": {
"@tauri-apps/api": "^1",