format using prettier rules from project prettierrc

This commit is contained in:
YoJames2019
2026-02-10 22:55:26 -05:00
parent 9562103210
commit 008669efdf
7 changed files with 145 additions and 117 deletions

View File

@@ -30,8 +30,8 @@ export enum StateEvent {
RoomGuestAccess = 'm.room.guest_access',
RoomServerAcl = 'm.room.server_acl',
RoomTombstone = 'm.room.tombstone',
GroupCallPrefix = "org.matrix.msc3401.call",
GroupCallMemberPrefix = "org.matrix.msc3401.call.member",
GroupCallPrefix = 'org.matrix.msc3401.call',
GroupCallMemberPrefix = 'org.matrix.msc3401.call.member',
SpaceChild = 'm.space.child',
SpaceParent = 'm.space.parent',