Commits
Click on a commit to change the comparison rangefeat(oxfmt): Use Prettier style config key and value (#14612)
Fixes #14591
`Oxfmtrc` format is now compatible with Prettier's configuration file.
e.g. `{ "semicolons": "as-needed" }` -> `{ "semi": false }`
Note about a few exceptions:
- `endOfLine: "auto"` is not supported
- `quoteProps: "consistent"` is not supported
- `objectWrap: "always"` is also supported in addition to "preserve" and "collapse"