Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
v2.8.0
Minor Changes
- #249
6d0b89f
Thanks @baseballyama! - feat: addsvelte/derived-has-same-inputs-outputs
rule
v2.7.0
Minor Changes
- #240
e56fbdb
Thanks @ota-meshi! - feat: addsvelte/no-trailing-spaces
rule - #225
a3888b3
Thanks @baseballyama! - feat: addsvelte/no-store-async
rule
v2.6.0
Minor Changes
- #216
9d122ea
Thanks @marekvospel! - feat(html-self-closing): add configuration presets
v2.5.0
Enhancements
- Add
svelte/no-reactive-functions
rule by @tivac in #206 - Add
svelte/html-self-closing
rule by @marekvospel in #190 - Add
svelte/require-stores-init
rule by @ota-meshi in #211
Updates
- Update svelte-eslint-parser to v0.18 by @ota-meshi in #219
Full Changelog: v2.4.1...v2.5.0
v2.4.1
v2.4.0
v2.3.1
Bug Fixes
- Fix false positives for files other than
*.svelte
insvelte/no-unused-svelte-ignore
rule by @ota-meshi in #202
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Enhancements
- Add
svelte/no-spaces-around-equal-signs-in-attribute
rule by @marekvospel in #191 - Add
svelte/html-closing-bracket-spacing
rule by @marekvospel in #186
Updates
New Contributors
- @baseballyama made their first contribution in #189
- @marekvospel made their first contribution in #191
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.1
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