-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: migrate to oxfmt #19200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: migrate to oxfmt #19200
Changes from all commits
6c11bb7
21c51c5
0e14804
adcc8c9
6a37116
cb466d1
214cc57
1b142f6
b2db955
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,29 @@ | ||||||||
| { | ||||||||
| "$schema": "./node_modules/oxfmt/configuration_schema.json", | ||||||||
| "arrowParens": "avoid", | ||||||||
| "printWidth": 120, | ||||||||
| "proseWrap": "always", | ||||||||
| "singleQuote": true, | ||||||||
| "trailingComma": "all", | ||||||||
| "experimentalSortPackageJson": false, | ||||||||
| "ignorePatterns": [ | ||||||||
| "packages/browser/test/loader.js", | ||||||||
| "packages/replay-worker/examples/worker.min.js", | ||||||||
| "dev-packages/browser-integration-tests/fixtures", | ||||||||
| "**/test.ts-snapshots/**", | ||||||||
| "/.nx/cache", | ||||||||
| "/.nx/workspace-data", | ||||||||
| "dev-packages/**/*.html", | ||||||||
| "dev-packages/**/*.hbs", | ||||||||
| "packages/ember/**/*.hbs", | ||||||||
| "packages/ember/**/*.html" | ||||||||
|
||||||||
| "packages/ember/**/*.html" | |
| "packages/ember/**/*.html", | |
| "lerna.json" |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment on this line still references "Prettier" but should be updated to "Oxfmt" to match the migration. The command now runs oxfmt checks instead of prettier checks.