From c8826141533bde1547675c4599748337016bf0a5 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Fri, 8 May 2026 22:07:21 +0200 Subject: [PATCH] test(core-eslint): extend anchor-presence guard for realtime anchors Co-Authored-By: Claude Sonnet 4.6 --- packages/core-eslint/anchors.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/core-eslint/anchors.test.js b/packages/core-eslint/anchors.test.js index ea7a151..b303fe7 100644 --- a/packages/core-eslint/anchors.test.js +++ b/packages/core-eslint/anchors.test.js @@ -7,10 +7,10 @@ const __dirname = dirname(fileURLToPath(import.meta.url)); const REPO_ROOT = join(__dirname, "..", ".."); const FEATURES = ["auth", "blog", "media", "marketing-pages", "navigation"]; const ANCHORS = { - "src/index.ts": ["// "], - "src/di/symbols.ts": ["// ", "// "], - "src/di/bind-production.ts": ["// ", "// "], - "src/di/bind-dev-seed.ts": ["// ", "// "], + "src/index.ts": ["// ", "// "], + "src/di/symbols.ts": ["// ", "// ", "// "], + "src/di/bind-production.ts": ["// ", "// ", "// "], + "src/di/bind-dev-seed.ts": ["// ", "// ", "// "], "src/integrations/cms/index.ts": ["// "], };