-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Goal: Remove barrel files and star re-export patterns from @ocom/graphql. Refactor all imports accordingly. Add package-level Biome config overrides. Do not await global barrel discovery—work in parallel, manage conflicts in PR reviews.
Scope: packages/ocom/graphql
Tasks:
- Audit index.ts and re-export patterns for pure barrels
- Remove pure barrel files
- Refactor imports away from barrels
- Add Biome override (
noBarrelFile,noReExportAll= error for this package) - Run lint/build/tests (
pnpm run verify)
Success Criteria:
- No pure barrel files or star re-exports in @ocom/graphql
- Biome config has error override for @ocom/graphql
- All build/test checks pass
Checklist:
- Audit barrels
- Remove barrels
- Refactor imports
- Add Biome override
- Run verify
Metadata
Metadata
Assignees
Labels
No labels