Skip to content

Releases: sveltejs/eslint-plugin-svelte

[email protected]

04 Apr 00:17
cc07881
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Apr 13:13
b32b6a6
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

31 Mar 15:39
3308b87
Compare
Choose a tag to compare

Patch Changes

  • #1173 8e53e58 Thanks @43081j! - chore: use context.sourceCode directly rather than a compatibility helper.

  • #1177 ec22fb4 Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests

  • #1174 b696ef3 Thanks @43081j! - chore: use context.filename and context.physicalFilename instead of compat functions.

  • #1176 bafbf5f Thanks @43081j! - chore: switch to context.cwd rather than using a compat helper.

[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