Skip to content

Releases: sveltejs/eslint-plugin-svelte

v2.4.0

31 Jul 04:54

Choose a tag to compare

Enhancements

  • Add svelte/no-reactive-literals rule by @tivac in #203
  • Add svelte/no-extra-reactive-curlies rule by @tivac in #201
  • Add svelte/sort-attributes rule by @ota-meshi in #196

Full Changelog: v2.3.1...v2.4.0

v2.3.1

29 Jul 05:07

Choose a tag to compare

Bug Fixes

  • Fix false positives for files other than *.svelte in svelte/no-unused-svelte-ignore rule by @ota-meshi in #202

Full Changelog: v2.3.0...v2.3.1

v2.3.0

26 Jul 01:08

Choose a tag to compare

Enhancements

Updates

  • Update dependency svelte-eslint-parser to ^0.17.0 by @renovate in #197

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

07 Jul 02:19

Choose a tag to compare

Enhancements

  • Add indentScript option to svelte/indent rule by @tivac in #180
  • Add plugin:svelte/prettier config by @ota-meshi in #182

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

06 Jul 05:52

Choose a tag to compare

Bug Fixes

  • Fix false positives for component in prefer-class-directive rule by @ota-meshi in #178

Full Changelog: v2.1.0...v2.1.1

v2.1.0

05 Jul 04:52

Choose a tag to compare

Enhancements

  • Add reportUnusedDisableDirectives option to svelte/comment-directive rule by @ota-meshi in #171

Bug Fixes

  • Fix false positives for component in prefer-style-directive rule by @ota-meshi in #174

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

30 Jun 04:21
a9e5428

Choose a tag to compare

Breaking Changes

Full Changelog: v0.34.1...v2.0.0

v0.34.1

29 Jun 11:06

Choose a tag to compare

What's Changed

Full Changelog: v0.34.0...v0.34.1

v0.34.0

12 May 09:24

Choose a tag to compare

What's Changed

  • Add support for postcss, babel, scss, sass, less, and stylus to rules that use compilation. by @ota-meshi in #141

Full Changelog: v0.33.0...v0.34.0

v0.33.0

11 May 00:24

Choose a tag to compare

What's Changed

  • Refactor by @ota-meshi in #133
  • Fix false positives for extend style lang in rules that use compilation by @ota-meshi in #138
  • Fix false positives for type-only import in rules that use compilation by @ota-meshi in #139

Full Changelog: v0.32.1...v0.33.0