From a5221d5f56b878963ab4b139132de3730f75f1c0 Mon Sep 17 00:00:00 2001 From: Josh Goldberg <git@joshuakgoldberg.com> Date: Tue, 1 Oct 2024 09:38:34 -0400 Subject: [PATCH] chore: fix lint/spelling complaints --- cspell.json | 3 +++ src/data/schedule.ts | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index b43c18a..afe260c 100644 --- a/cspell.json +++ b/cspell.json @@ -64,6 +64,7 @@ "Livecoder", "Livestream", "MBTA", + "merch", "michigantypescript", "mitropoulos", "murg", @@ -94,8 +95,10 @@ "tseslint", "twir", "vanderkam", + "venmo", "viscomi", "xlink", + "zelle", "yagiz" ] } diff --git a/src/data/schedule.ts b/src/data/schedule.ts index 666aa12..eaf3648 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -1,5 +1,3 @@ -import { links } from "./links.js"; - export interface ScheduleDay { activities: ActivityData[]; title: string;