Skip to content

Commit e323c0a

Browse files
committed
chore: fix demo site
1 parent b8615c7 commit e323c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-svelte-kit/src/lib/components/ESLintCodeBlock.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{linter}
6262
bind:code
6363
config={{
64-
parser: language === "html" ? "svelte-eslint-parser" : undefined,
64+
parser: language === "svelte" ? "svelte-eslint-parser" : undefined,
6565
parserOptions: {
6666
ecmaVersion: 2020,
6767
sourceType: "module",

0 commit comments

Comments
 (0)