Skip to content

style: apply prettier across the project#4

Merged
pacMakaveli merged 1 commit into
mainfrom
chore/prettier-repo-wide
Jun 12, 2026
Merged

style: apply prettier across the project#4
pacMakaveli merged 1 commit into
mainfrom
chore/prettier-repo-wide

Conversation

@pacMakaveli

Copy link
Copy Markdown
Contributor

Repo-wide Prettier formatting

Applies Prettier across the entire project so the standards-template CI step (npx prettier --check .) passes repo-wide.

The .prettierrc.json config (singleQuote, semi, printWidth: 100, trailingComma: es5) arrived with the studio51 standards templates, but the existing hand-written code predated it and never conformed. This is the catch-up pass.

Scope

  • Cosmetic only — no behavioural changes. Mostly double→single quotes, spacing, and wrapping at 100 cols.
  • 21 files reformatted across .github/, docs/, legacy/, svg/, canvas/, shared/, and root HTML.
  • The canvas perf + cinematic upgrade files (feat: canvas performance + cinematic upgrade #3) were already Prettier-clean and are untouched here.

Verification

  • npx prettier --check . passes on the whole repo.
  • All reformatted JS re-checked with node --check (module syntax) — clean.

Also removes the leftover patch/ working-tree bundle (it was never tracked; the upgrade it carried is now merged via #3).

Repo-wide formatting pass to satisfy the standards-template CI step
(npx prettier --check .). Cosmetic only — no behavioural changes.
The .prettierrc config (singleQuote, semi, printWidth 100, es5 trailing
commas) came from the studio51 standards templates; this brings every
file into line with it.
@pacMakaveli pacMakaveli merged commit e5f96d9 into main Jun 12, 2026
2 checks passed
@pacMakaveli pacMakaveli deleted the chore/prettier-repo-wide branch June 12, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant