Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
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 https://github.com/ota-meshi/eslint-plugin-svelte/pull/206 - Add
svelte/html-self-closing
rule by @marekvospel in https://github.com/ota-meshi/eslint-plugin-svelte/pull/190 - Add
svelte/require-stores-init
rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/211
Updates
- Update svelte-eslint-parser to v0.18 by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/219
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.4.1...v2.5.0
v2.4.1
Bug Fixes
- Fix false positives in
svelte/no-reactive-literals
rule by @tivac in https://github.com/ota-meshi/eslint-plugin-svelte/pull/207
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.4.0...v2.4.1
v2.4.0
Enhancements
- Add
svelte/no-reactive-literals
rule by @tivac in https://github.com/ota-meshi/eslint-plugin-svelte/pull/203 - Add
svelte/no-extra-reactive-curlies
rule by @tivac in https://github.com/ota-meshi/eslint-plugin-svelte/pull/201 - Add
svelte/sort-attributes
rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/196
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.3.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 https://github.com/ota-meshi/eslint-plugin-svelte/pull/202
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.3.0...v2.3.1
v2.3.0
Enhancements
- Add
svelte/no-spaces-around-equal-signs-in-attribute
rule by @marekvospel in https://github.com/ota-meshi/eslint-plugin-svelte/pull/191 - Add
svelte/html-closing-bracket-spacing
rule by @marekvospel in https://github.com/ota-meshi/eslint-plugin-svelte/pull/186
Updates
- Update dependency svelte-eslint-parser to ^0.17.0 by @renovate in https://github.com/ota-meshi/eslint-plugin-svelte/pull/197
New Contributors
- @baseballyama made their first contribution in https://github.com/ota-meshi/eslint-plugin-svelte/pull/189
- @marekvospel made their first contribution in https://github.com/ota-meshi/eslint-plugin-svelte/pull/191
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.2.0...v2.3.0
v2.2.0
Enhancements
- Add
indentScript
option tosvelte/indent
rule by @tivac in https://github.com/ota-meshi/eslint-plugin-svelte/pull/180 - Add
plugin:svelte/prettier
config by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/182
New Contributors
- @tivac made their first contribution in https://github.com/ota-meshi/eslint-plugin-svelte/pull/180
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.1.1...v2.2.0
v2.1.1
Bug Fixes
- Fix false positives for component in
prefer-class-directive
rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/178
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.1.0...v2.1.1
v2.1.0
Enhancements
- Add
reportUnusedDisableDirectives
option tosvelte/comment-directive
rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/171
Bug Fixes
- Fix false positives for component in
prefer-style-directive
rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/174
New Contributors
- @JounQin made their first contribution in https://github.com/ota-meshi/eslint-plugin-svelte/pull/165
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v2.0.0...v2.1.0