Skip to content

Replace prettier with oxfmt#261

Merged
wKovacs64 merged 3 commits intomainfrom
chore/switch-to-oxfmt
Mar 1, 2026
Merged

Replace prettier with oxfmt#261
wKovacs64 merged 3 commits intomainfrom
chore/switch-to-oxfmt

Conversation

@wKovacs64
Copy link
Owner

@wKovacs64 wKovacs64 commented Mar 1, 2026

This pull request migrates the project's code formatting tooling from Prettier to Oxfmt, updates related configuration and documentation, and standardizes code style settings across the project. The most important changes are grouped below.

Formatting Tool Migration

  • Replaces Prettier with Oxfmt for code formatting: updates workflow job names and commands in .github/workflows/ci.yml, removes .prettierignore, adds .oxfmtrc.json with Oxfmt configuration, and updates the release workflow dependencies. [1] [2] [3] [4] [5]
  • Updates documentation to remove references to Prettier and Airbnb style, simplifying contributing guidelines in CONTRIBUTING.md.

Editor and Style Configuration

  • Adds .vscode/settings.json to set Oxc (Oxfmt) as the default formatter for supported file types.
  • Updates code samples in documentation and examples to use double quotes for consistency with new formatting rules. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]

Workflow and Configuration Consistency

  • Standardizes YAML and JS configuration files to use double quotes for strings in .github/workflows/ci.yml, .github/workflows/cd.yml, .eslintrc.js, .codecov.yml, and babel.config.js. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Documentation Link Formatting

  • Cleans up and standardizes markdown reference links in README.md for clarity and consistency. [1] [2]

wKovacs64 and others added 3 commits March 1, 2026 10:28
@changeset-bot
Copy link

changeset-bot bot commented Mar 1, 2026

⚠️ No Changeset found

Latest commit: f975632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@wKovacs64 wKovacs64 changed the title chore: replace prettier with oxfmt Replace prettier with oxfmt Mar 1, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 1, 2026

Open in StackBlitz

npm i https://pkg.pr.new/react-native-responsive-image-view@261

commit: 77add37

@wKovacs64 wKovacs64 merged commit a742893 into main Mar 1, 2026
10 checks passed
@wKovacs64 wKovacs64 deleted the chore/switch-to-oxfmt branch March 1, 2026 17:36
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