Skip to content

Commit 561840b

Browse files
committed
chore(highlight): remove unused var
1 parent 563ec97 commit 561840b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/website/src/components/highlight/highlight.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export const Highlight = component$(
3030

3131
useVisibleTask$(
3232
async function createHighlightedCode() {
33-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
34-
const highlighter = await (window as any).shikiji;
3533
let modifiedCode: string = code;
3634

3735
let partsOfCode = modifiedCode.split(splitCommentStart);

0 commit comments

Comments
 (0)