8000 Releases · sveltejs/eslint-plugin-svelte · GitHub
[go: up one dir, main page]

Skip to content

Releases: sveltejs/eslint-plugin-svelte

eslint-plugin-svelte@3.9.0

21 May 09:35
a0f5c17
Compare
Choose a tag to compare

Minor Changes

  • #1235 6e86e30 Thanks @43081j! - Improve performance of ignore comment extraction and add support for comma-separated ignore codes

eslint-plugin-svelte@3.8.2

20 May 07:19
15742cb
Compare
Choose a tag to compare

Patch Changes

  • #1231 0681f90 Thanks @marekdedic! - fix(consistent-selector-style): Fixed detections of repeated elements such as in {#each}

eslint-plugin-svelte@3.8.1

17 May 14:05
04ca0d1
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-svelte@3.8.0

17 May 03:53
21cf410
Compare
Choose a tag to compare

Minor Changes

eslint-plugin-svelte@3.7.0

16 May 00:38
2fa75f1
Compare
Choose a tag to compare

Minor Changes

eslint-plugin-svelte@3.6.0

13 May 00:38
0265218
Compare
Choose a tag to compare

Minor Changes

Patch Changes

eslint-plugin-svelte@3.5.1

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

Patch Changes

eslint-plugin-svelte@3.5.0

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

Minor Changes

Patch Changes

eslint-plugin-svelte@3.4.1

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.

eslint-plugin-svelte@3.4.0

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

0