mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-08-06 08:15:48 +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 [
|
export default [
|
||||||
// 忽略文件配置
|
// 忽略文件配置
|
||||||
{
|
{
|
||||||
ignores: ['node_modules/**', 'dist/**', 'out/**', '.gitignore']
|
ignores: ['node_modules/**', '**/dist/**', 'out/**', '.gitignore']
|
||||||
},
|
},
|
||||||
|
|
||||||
// 基础 JavaScript 配置
|
// 基础 JavaScript 配置
|
||||||
|
|||||||
Reference in New Issue
Block a user