mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 23:03:45 -04:00
Add pretty formatting (#29)
* Test * Add pretty formatting * Fix Tests * Fix Tests * Fix Tests * Fix * Add pretty formatting fix * Fix * Test * Fix tests * Clean typeckech * Add prettier check * Fix api tsconfig * Fix api tsconfig * Fix tsconfig * Fix * Fix * Prettier
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { type JSONContent } from '@tiptap/core'
|
||||
import {type JSONContent} from '@tiptap/core'
|
||||
|
||||
export const MAX_COMMENT_LENGTH = 10000
|
||||
|
||||
@@ -36,4 +36,4 @@ export type Comment = {
|
||||
isApi?: boolean
|
||||
}
|
||||
|
||||
export type ReplyToUserInfo = { id: string; username: string }
|
||||
export type ReplyToUserInfo = {id: string; username: string}
|
||||
|
||||
Reference in New Issue
Block a user