mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-07 09:47:29 +08:00
chore(eslint): 忽略嵌套的 dist 构建产物目录
ignores 由 dist/** 改为 **/dist/**,避免 src/renderer/dist 被误扫导致 lint 报 200+ 错误并短路后续 i18n 检查
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import globals from 'globals';
|
||||
export default [
|
||||
// 忽略文件配置
|
||||
{
|
||||
ignores: ['node_modules/**', 'dist/**', 'out/**', '.gitignore']
|
||||
ignores: ['node_modules/**', '**/dist/**', 'out/**', '.gitignore']
|
||||
},
|
||||
|
||||
// 基础 JavaScript 配置
|
||||
|
||||
Reference in New Issue
Block a user