Releases: sveltejs/eslint-plugin-svelte
v2.0.0
Breaking Changes
- Rename package to
eslint-plugin-svelte
by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/160 - Drop support for Node v12 by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/161
- Remove deprecated rules by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/162
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.34.1...v2.0.0
v0.34.1
What's Changed
- Fix crash with empty style attr by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/159
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/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 https://github.com/ota-meshi/eslint-plugin-svelte/pull/141
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.33.0...v0.34.0
v0.33.0
What's Changed
- Refactor by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/133
- Fix false positives for extend style lang in rules that use compilation by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/138
- Fix false positives for type-only import in rules that use compilation by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/139
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.32.1...v0.33.0
v0.32.1
What's Changed
- Fix missing known-css-properties by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/132
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/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 https://github.com/ota-meshi/eslint-plugin-svelte/pull/130
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.31.0...v0.32.0
v0.31.0
What's Changed
- Improve prefer-style-directive by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/125
- Add no-shorthand-style-property-overrides rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/126
- Add no-dupe-style-properties rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/127
- Add no-unknown-style-directive-property rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/128
- Add no-non-optimized-style-attributes rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/129
- Update preset config.
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.30.0...v0.31.0
v0.30.0
What's Changed
- Upgrade parser by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/123
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.29.0...v0.30.0
v0.29.0
What's Changed
- Upgrade parser by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/114
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.28.0...v0.29.0
v0.28.0
What's Changed
- Improve prefer-style-directive rule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-svelte/pull/111
Full Changelog: https://github.com/ota-meshi/eslint-plugin-svelte/compare/v0.27.0...v0.28.0