In some of the PRs we had quite weird linter errors which are caused by nested snippet definitions. I tried to resolve these by updating eslint, but the bug is still there so I'll report it.
.../+page.svelte
0:0 error Parsing error: fnDecl.params is not iterable
However, during this i managed to update eslint to v9 which uses new config format.
In some of the PRs we had quite weird linter errors which are caused by nested
snippet
definitions. I tried to resolve these by updatingeslint
, but the bug is still there so I'll report it.However, during this i managed to update
eslint
tov9
which uses new config format.