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": ["// "], };