Skip to content

Releases: sveltejs/eslint-plugin-svelte

[email protected]

01 Jun 23:14
6320a20
Compare
Choose a tag to compare

Patch Changes

  • #1239 a3d4224 Thanks @baseballyama! - fix(prefer-const): Use additionalProperties instead of ignoreReadonly to match the ESLint core rule option name.

[email protected]

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

[email protected]

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}

[email protected]

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

Patch Changes

[email protected]

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

Minor Changes

[email protected]

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

Minor Changes

[email protected]

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

Minor Changes

Patch Changes

[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.