Skip to content

Barrel Cleanup: @ocom/graphql #110

@nnoce14

Description

@nnoce14

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions