Open
Conversation
🦋 Changeset detectedLatest commit: fd42c51 The changes in this PR will be included in the next version bump. This PR includes changesets to release 82 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Saadnajmi
commented
Feb 24, 2026
|
|
||
| 1. Installing the Prettier extension for VSCode | ||
| 2. Going to Settings > Text Editor > Formatting > Check Format On Save | ||
| This repo is set up to run [oxfmt](https://oxc.rs/docs/guide/usage/formatter.html). To run oxfmt in fix mode on the repo, run `yarn prettier-fix` at the root of the Repo. |
Collaborator
Author
There was a problem hiding this comment.
this line is wrong
Saadnajmi
commented
Feb 24, 2026
| examples: [['Format the current package', '$0 format']], | ||
| }); | ||
|
|
||
| fix = Option.Boolean('--fix', false, { |
Collaborator
Author
There was a problem hiding this comment.
@tido64 points out that the underlying thing in prettier is false by default, but true by default with oxfmt
Collaborator
Author
|
Note: it is way faster to just run |
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.
Description of changes
Following the footsteps of @tido64 in microsoft/react-native-test-app#2681 and microsoft/rnx-kit#3990
Note: Most of this PR (the first 3 commits at least) are mostly entirely AI generated
Verification
CI should pass
The time difference running with
lageis nonexistent because it's dominated by the per-package execution. Runningprettier *andoxfmtat root though...Pull request checklist
This PR has considered (when applicable):