Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
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
v0.31.0
What's Changed
- Improve prefer-style-directive by @ota-meshi in #125
- Add no-shorthand-style-property-overrides rule by @ota-meshi in #126
- Add no-dupe-style-properties rule by @ota-meshi in #127
- Add no-unknown-style-directive-property rule by @ota-meshi in #128
- Add no-non-optimized-style-attributes rule by @ota-meshi in #129
- Update preset config.
Full Changelog: v0.30.0...v0.31.0