Skip to content

Releases: sveltejs/eslint-plugin-svelte

eslint-plugin-svelte@3.15.2

10 Mar 05:09
15f1d19

Choose a tag to compare

Patch Changes

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

eslint-plugin-svelte@3.15.1

09 Mar 07:45
9f9f588

Choose a tag to compare

Patch Changes

  • #1477 8c5f51e Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positive when browser globals appear inside TypeScript generic type parameters (e.g. $state<HTMLElement>(...)).

  • #1467 d81b556 Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed nullish link shorthands not being allowed

eslint-plugin-svelte@3.15.0

10 Feb 14:15
6dadc98

Choose a tag to compare

Minor Changes

eslint-plugin-svelte@3.14.0

07 Jan 23:30
0108aea

Choose a tag to compare

Minor Changes

eslint-plugin-svelte@3.13.1

05 Dec 01:44
a14f0ff

Choose a tag to compare

Patch Changes

eslint-plugin-svelte@3.13.0

30 Oct 08:37
6e68978

Choose a tag to compare

Minor Changes

Patch Changes

  • #1388 005e9fd Thanks @marekdedic! - fix(no-navigation-without-resolve): allowing undefined and null in link hrefs

eslint-plugin-svelte@3.12.5

19 Oct 14:05
881fee7

Choose a tag to compare

Patch Changes

eslint-plugin-svelte@3.12.4

21 Sep 02:53
3657590

Choose a tag to compare

Patch Changes

  • #1322 1e06290 Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables

  • #1355 d8df1e8 Thanks @InkedCat! - fix: properly support Windows in no-unused-props rule
    fix: properly support Windows in valid-style-parse rule
    fix: properly support Windows in no-unnecessary-condition rule

  • #1344 03a93f4 Thanks @ota-meshi! - fix: preventing infinite loops in multiple rules

eslint-plugin-svelte@3.12.3

10 Sep 13:43
5f82672

Choose a tag to compare

Patch Changes

  • #1305 d92dde0 Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guards

eslint-plugin-svelte@3.12.2

07 Sep 11:22
9d952fd

Choose a tag to compare

Patch Changes