-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump eslint-plugin-svelte version to fix linting bug
In version 2.46.1, which we previously used, eslint couldn't handle svelte each blocks without 'as'. We use on of these blocks on the project members settings page (src/routes/project/[projectId]/settings/members/+page.svelte): ```svelte {#each { length: numberOfSkeletons }, i} <ProjectMemberListEntrySkeleton /> {#if i < numberOfSkeletons - 1} <Separator /> {/if} {/each} ``` This was reported in sveltejs/eslint-plugin-svelte#953 and fixed in version 3.0.0-next.5. Now eslint works again with our codebase.
- Loading branch information
1 parent
f4a1b68
commit 13f60ca
Showing
3 changed files
with
61 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters