Switch from prettier to oxfmt (#33844)

* Switch from prettier to oxfmt

* Make knip happy

* Make knip happy

* Apply suggestion from @t3chguy

* Rename .oxfmtrc.json to .oxfmtrc.jsonc

* Make oxfmt happier
This commit is contained in:
Michael Telatynski
2026-06-16 12:17:18 +00:00
committed by GitHub
parent 5d93490547
commit eca2f39dbb
28 changed files with 399 additions and 217 deletions
@@ -176,8 +176,8 @@ describe("EventUtils", () => {
type: EventType.RoomMessage,
sender: userId,
content: {
msgtype: MsgType.Text,
body: "Hello",
"msgtype": MsgType.Text,
"body": "Hello",
["m.relates_to"]: {
rel_type: RelationType.Replace,
event_id: "1",
@@ -189,8 +189,8 @@ describe("EventUtils", () => {
type: EventType.RoomMessage,
sender: userId,
content: {
msgtype: MsgType.Text,
body: "Hello",
"msgtype": MsgType.Text,
"body": "Hello",
["m.relates_to"]: {
rel_type: RelationType.Reference,
event_id: "1",