Skip to content

Releases: sveltejs/eslint-plugin-svelte

eslint-plugin-svelte@3.23.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 00:01
a24a9bb

Minor Changes

eslint-plugin-svelte@3.22.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:37
0d9f1a0

Minor Changes

eslint-plugin-svelte@3.21.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 01:41
28c1234

Minor Changes

eslint-plugin-svelte@3.20.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:45
e8ee416

Minor Changes

Patch Changes

  • #1503 989bfa5 Thanks @teemingc! - fix(valid-prop-names-in-kit-pages): drop errors from allowed page props in Svelte 5 to follow SvelteKit

eslint-plugin-svelte@3.19.0

Choose a tag to compare

@github-actions github-actions released this 30 May 03:42
5efd295

Minor Changes

eslint-plugin-svelte@3.18.0

Choose a tag to compare

@github-actions github-actions released this 27 May 10:06
fc83a38

Minor Changes

eslint-plugin-svelte@3.17.1

Choose a tag to compare

@github-actions github-actions released this 22 Apr 09:15
21253c4

Patch Changes

  • #1321 97d89f7 Thanks @marekdedic! - feat(no-navigation-without-resolve): added support for ResolvedPathname types

eslint-plugin-svelte@3.17.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 20:04
1886399

Minor Changes

Patch Changes

  • #1490 b742163 Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting invalid binary expression operators

eslint-plugin-svelte@3.16.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 07:02
e98c794

Minor Changes

  • #1483 69c9a6a Thanks @shimscho! - feat: add svelte/max-lines-per-block rule to enforce maximum line counts per block in Svelte SFCs

  • #1484 98eae61 Thanks @Stadly! - feat: ignore parenthetical notes in svelte-ignore comments

eslint-plugin-svelte@3.15.2

Choose a tag to compare

@github-actions github-actions released this 10 Mar 05:09
15f1d19

Patch Changes

  • #1494 5d556c8 Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed a rule crash when encountering an attribute without value