mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
🐳 chore: eslint 命令行忽略文件
由于未知原因导致 eslint 配置项中 ignores 未生效,暂时使用命令行代替
This commit is contained in:
parent
42f933dfc3
commit
705c34623c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user