Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
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
v2.1.0
Enhancements
- Add
reportUnusedDisableDirectives
option tosvelte/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
Breaking Changes
- Rename package to
eslint-plugin-svelte
by @ota-meshi in #160 - Drop support for Node v12 by @ota-meshi in #161
- Remove deprecated rules by @ota-meshi in #162
Full Changelog: v0.34.1...v2.0.0
v0.34.1
What's Changed
- Fix crash with empty style attr by @ota-meshi in #159
Full Changelog: v0.34.0...v0.34.1
v0.34.0
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
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
v0.32.1
What's Changed
- Fix missing known-css-properties by @ota-meshi in #132
Full Changelog: v0.32.0...v0.32.1
v0.32.0
What's Changed
- Rename no-non-optimized-style-attributes to require-optimized-style-attribute by @ota-meshi in #130
Full Changelog: v0.31.0...v0.32.0