Add scoped formatting commands - #378
Open
spencerc99 wants to merge 2 commits into
Open
Conversation
Deploying we-were-online-website with
|
| Latest commit: |
cb6d4f6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c50e6f6e.we-were-online-website.pages.dev |
| Branch Preview URL: | https://cx-papercut-formatting.we-were-online-website.pages.dev |
commit: |
spencerc99
marked this pull request as ready for review
August 15, 2026 21:59
Owner
Author
Code reviewNo issues found. Checked for bugs and project-instruction compliance. |
Deploying playhtml with
|
| Latest commit: |
cb6d4f6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://252e593c.playhtml.pages.dev |
| Branch Preview URL: | https://cx-papercut-formatting.playhtml.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
format:checkandformat:writecommandsWhy
The repository had no root formatter configuration or supported formatting command. Direct Prettier runs could select a transitive version, touch generated or unsupported files, and create large diffs from pre-existing formatting drift.
This change does not reformat product files or introduce a repository-wide formatting gate. Developers must pass up to 50 explicit source-file paths per command.
Validation
bun install --frozen-lockfilebun run format:testbun run format:check -- prettier.config.mjs scripts/format.mjs scripts/format.test.mjs package.json extension/src/config.ts extension/website/src/main.tsxbunx prettier --check prettier.config.mjs scripts/format.mjs scripts/format.test.mjs package.jsonbun run lintgit diff --check.,partykit/wrangler.toml,extension/.dev.vars, andextension/src/assets/stamp-1.png