refactor: shrink eslint fallback layer

This commit is contained in:
xingyu4j
2026-03-14 19:10:22 +08:00
parent 7a723d03d0
commit 46b4ce81e4
13 changed files with 274 additions and 50 deletions

View File

@@ -59,7 +59,7 @@
"taze",
"tdesign",
"tsgolint",
"Turborepo",
"turborepo",
"ui-kit",
"uicons",
"unplugin",
@@ -72,7 +72,7 @@
"vitest",
"vnode",
"vueuse",
"yxxx"
"yxxx",
],
"ignorePaths": [
"**/*-dist/**",
@@ -83,6 +83,6 @@
"**/dist/**",
"**/icons/**",
"**/node_modules/**",
"pnpm-lock.yaml"
]
"pnpm-lock.yaml",
],
}