Skip to content

Releases: sveltejs/eslint-plugin-svelte

[email protected]

29 Mar 17:29
3bdf5d0
Compare
Choose a tag to compare

Minor Changes

  • #1165 2b7e164 Thanks @43081j! - Adds a suggestion to the require-store-callbacks-use-set-param rule to automatically rename or add function parameters.

  • #1163 d9b8604 Thanks @43081j! - Adds a suggestion to the derived-has-same-inputs-outputs rule which renames the outputs.

  • #1164 29b1315 Thanks @43081j! - Added a suggestion for no-at-debug-tags rule which removes the tags

Patch Changes

[email protected]

20 Mar 00:24
6ed9870
Compare
Choose a tag to compare

Patch Changes

  • #1146 1233e46 Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usage

[email protected]

18 Mar 12:38
423fe5e
Compare
Choose a tag to compare

Patch Changes

  • #1143 138380d Thanks @baseballyama! - fix: stop reporting child properties in no-unused-props when the parent object itself is used

[email protected]

18 Mar 02:01
43f0ac3
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Mar 14:41
65c4f79
Compare
Choose a tag to compare

Minor Changes

  • #1132 30c1e5f Thanks @baseballyama! - feat: add ignorePropertyPatterns property and rename ignorePatterns to ignoreTypePatterns in no-unused-props rule. The ignorePatterns option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.

[email protected]

17 Mar 14:07
0e2e848
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Mar 08:52
ae6e3e7
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Mar 01:13
22634dd
Compare
Choose a tag to compare

Minor Changes

[email protected]

10 Mar 01:34
62d96cd
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

05 Mar 04:24
f1c7846
Compare
Choose a tag to compare

Patch Changes