fix(ci): eslint-plugin configs 漏交 + 移除残缺 land(post-#47 main) - #49
Merged
Tanya7z merged 1 commit intoJul 23, 2026
Merged
Conversation
#48 已修复 eslint-plugin configs 漏交与残缺 land,但 package-lock 仍保留 modules/packages/land 与旁路 sfmc-modules/economy 包条目 (标记 extraneous)。彻底删除,避免假依赖信号(DRY)。 Co-authored-by: Shiroha <Tanya7z@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/bc-c934ab5a-a8e6-4f20-b7f2-1adb835cb742-f52d
branch
from
July 23, 2026 11:16
1ae53db to
e02265b
Compare
Tanya7z
marked this pull request as ready for review
July 23, 2026 11:17
Contributor
Author
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
触发
ootb 在
main@eb58194(Merge #47)失败:run 30002066402。同源问题亦见于 #47 合并前的
25f6d23/3e6f0e8(#48 已覆盖);本 PR 基于 post-#47 main 重做,并更干净地清理package-lock。审查(DRY · OCP · DIP · LSP · Demeter)
.gitignore写configs/误伤**/configs/**,recommended.ts从未入库 → CITS2307packages/land声明requires: feature-economy且依赖旁路sfmc-modules/economy,economy 未安装 →check-modules/ 启动闭包失败Plugin.rules与@typescript-eslintRuleModule类型边界需断言createFlatConfig工厂;业务模块外置、开箱仅 afk fixture补丁
.gitignore:configs/→/configs/modules/sdk/@sfmc-eslint-plugin/src/configs/recommended.ts(及 dist)plugin as unknown as ESLint.Plugin对齐类型边界modules/packages/land,恢复 afk-only catalog/lockpackage-lock.json删除 land/economy 包条目(而非仅标extraneous)与 #48 关系
eb58194,lockfile 清理更彻底验证