Skip to content

Commit d27172b

Browse files
committed
Use patched svelte eslint parser
I'm making use of a self-build version of svelte-eslint-parser which contains a fix for nested snippet definitions. https://github.com/gitbutlerapp/svelte-eslint-parser When sveltejs/svelte-eslint-parser#540 is released we can revert back to the standard track
1 parent 8578ba3 commit d27172b

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"rxjs": "^7.8.1",
9191
"svelte": "5.0.0-next.149",
9292
"svelte-check": "^3.8.0",
93-
"svelte-eslint-parser": "^0.39.1",
93+
"svelte-eslint-parser": "github:gitbutlerapp/svelte-eslint-parser",
9494
"svelte-floating-ui": "^1.5.8",
9595
"svelte-french-toast": "^1.2.0",
9696
"svelte-loadable-store": "^2.0.1",

pnpm-lock.yaml

Lines changed: 36 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)