Skip to content

chore: 53 files have oxfmt drift (fmt:check was crashing) #18

Description

@TerrorSquad

.oxfmtrc.json pointed sortTailwindcss.stylesheet at app/assets/css/main.css, a path that moved to layers/ui/ in the layers refactor. oxfmt crashed on it rather than reporting, so pnpm fmt:check had never completed.

Fixed in ee1d8f1. With the path corrected the command runs and reports 53 files with formatting drift, all pre-existing.

Not urgent: CI does not run fmt:check (only lint, lint:i18n, test:coverage, typecheck, build), and the forge pre-commit hook formats files as they are touched.

Deliberately left out of the launch work so a 53-file mechanical reformat would not bury a reviewable diff.

pnpm fmt        # applies
pnpm fmt:check  # verifies

Worth doing as its own commit, then consider adding fmt:check to CI so it cannot drift again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions