Skip to content

Releases: sveltejs/eslint-plugin-svelte

[email protected]

26 Jan 07:55
1b6f027
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • #1033 3bfcc31 Thanks @baseballyama! - Enabled in recommended config:

    • svelte/infinite-reactive-loop
    • svelte/no-dom-manipulating
    • svelte/no-dupe-on-directives
    • svelte/no-dupe-use-directives
    • svelte/no-export-load-in-svelte-module-in-kit-pages
    • svelte/no-immutable-reactive-statements
    • svelte/no-inspect
    • svelte/no-raw-special-elements
    • svelte/no-reactive-functions
    • svelte/no-reactive-literals
    • svelte/no-reactive-reassign
    • svelte/no-store-async
    • svelte/no-svelte-internal
    • svelte/no-useless-children-snippet
    • svelte/no-useless-mustaches
    • svelte/require-each-key
    • svelte/require-event-dispatcher-types
    • svelte/require-store-reactive-access
    • svelte/require-stores-init
    • svelte/valid-each-key
    • svelte/valid-prop-names-in-kit-pages

    Removed from recommended config:

    • svelte/valid-compile

    This update introduces breaking changes due to newly enabled rules.

  • #1011 7596287 Thanks @baseballyama! - breaking: deprecate the svelte/no-dynamic-slot-name rule

Minor Changes

Patch Changes

[email protected]

16 Jan 00:40
06c2887
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

Patch Changes

[email protected]

13 Jan 07:32
22a066f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

13 Jan 05:55
0c90118
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

Minor Changes

  • #1015 8369eaf Thanks @mikededo! - fix!: rename no-deprecated-raw-special-elements to no-raw-special-elements

Patch Changes

[email protected]

11 Jan 12:58
d4c49e7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • #990 12049c0 Thanks @baseballyama! - fix: ignore css_unused_selector compile error if <style> tag has global attribute

[email protected]

11 Jan 12:55
84c3370
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • #980 0b28198 Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc

Patch Changes

[email protected]

03 Jan 09:42
2bd1799
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

31 Dec 02:29
f02b292
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

[email protected]

30 Dec 08:31
b384d57
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

[email protected]

30 Dec 04:58
f669797
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

Minor Changes