From eae5d24d9e79e59a19d4721caaeaa0ca650ecb33 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:20:51 -0800 Subject: chore(biome): drop formatter style overrides --- src/lib/Hololive/hololive.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/lib/Hololive/hololive.ts') diff --git a/src/lib/Hololive/hololive.ts b/src/lib/Hololive/hololive.ts index f348567c..4b9ed25e 100644 --- a/src/lib/Hololive/hololive.ts +++ b/src/lib/Hololive/hololive.ts @@ -1,16 +1,16 @@ export interface Live { - time: Date; - link: string; - videoId: string; - streamer: string; - livePreviewImage: string; - guests: string[]; - streaming: boolean; + time: Date; + link: string; + videoId: string; + streamer: string; + livePreviewImage: string; + guests: string[]; + streaming: boolean; } export interface ParseResult { - lives: Live[]; - dict: Record; + lives: Live[]; + dict: Record; } export const typeSchedule = (schedule: object) => schedule as ParseResult; -- cgit v1.2.3