We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563ec97 commit 561840bCopy full SHA for 561840b
apps/website/src/components/highlight/highlight.tsx
@@ -30,8 +30,6 @@ export const Highlight = component$(
30
31
useVisibleTask$(
32
async function createHighlightedCode() {
33
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
34
- const highlighter = await (window as any).shikiji;
35
let modifiedCode: string = code;
36
37
let partsOfCode = modifiedCode.split(splitCommentStart);
0 commit comments