chengww
|
938c497ca3
|
chore: 修复 main 上的存量 lint 错误
pr-check.yml 只在 PR 触发,main push 不跑 lint,导致存量错误一直未被发现,
PR #675 / #676 都被 Code Quality job 拦下。
- 9 处 prettier/prettier 格式错误:StickyTabPage.vue / RadioCard.vue /
list/index.vue / mv/index.vue / podcast/index.vue 的属性换行与 import
排序,全部 eslint --fix 自动修复
- 1 处 no-undef ScrollToOptions(StickyTabPage.vue:79):在 eslint.config.mjs
的 .ts 与 .vue 配置块同时补 ScrollToOptions 到 globals,与既有的
ScrollBehavior 同级;TypeScript DOM lib 类型不在 globals.browser 里,
需手动声明
|
2026-05-17 23:54:28 +08:00 |
|