Skip to content

Commit 7c99675

Browse files
committed
update packages and remove unnecessary ones
1 parent 18e0bd5 commit 7c99675

File tree

4 files changed

+1158
-2032
lines changed

4 files changed

+1158
-2032
lines changed

app/modules/gh-docs/.server/reference-docs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { JSONOutput } from "typedoc";
55
import { processMarkdown } from "~/modules/gh-docs/.server/md";
66

77
import type { Doc, MenuDoc } from "./docs";
8-
import { format } from "path";
98

109
declare global {
1110
var referenceDocCache: LRUCache<string, JSONOutput.ProjectReflection>;

app/pages/doc.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export let loader = async ({ request, params }: Route.LoaderArgs) => {
4040
throw new Response("Not Found", { status: 404 });
4141
}
4242
return { doc };
43+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4344
} catch (_) {
4445
throw new Response("Not Found", { status: 404 });
4546
}

0 commit comments

Comments
 (0)