Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
[email protected]
Patch Changes
- #990
12049c0Thanks @baseballyama! - fix: ignorecss_unused_selectorcompile error if<style>tag hasglobalattribute
[email protected]
Minor Changes
- #980
0b28198Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc
Patch Changes
- #993
b97a13eThanks @baseballyama! - chore: add:exitfor each node listener
[email protected]
Patch Changes
- #965
47760adThanks @marekdedic! - chore: using svelte-eslint-parser for style selector parsing
[email protected]
Minor Changes
- #922
f4a0fa7Thanks @marekdedic! - feat: added the no-useless-children-snippet rule
[email protected]
[email protected]
Major Changes
- #900
4759b47Thanks @marekdedic! - breaking: deprecated the no-goto-without-base rule
Minor Changes
- #900
4759b47Thanks @marekdedic! - feat: added the no-navigation-without-base rule
[email protected]
Minor Changes
-
#963
2c551b2Thanks @baseballyama! - feat: support Svelte5 ofvalid-prop-names-in-kit-pagesrule
Patch Changes
- #961
117e60dThanks @baseballyama! - fix: support each blocks without an item
[email protected]
Patch Changes
- #956
157ee1fThanks @baseballyama! - chore: updatesvelte-eslint-parserto v1.0.0-next.4
[email protected]
Major Changes
- #932
b136ab4Thanks @ota-meshi! - feat!: change the plugin to an ESM-only package
[email protected]
Major Changes
- #937
729394eThanks @ota-meshi! - feat!: drop support for old eslint
Minor Changes
- #945
19f682bThanks @baseballyama! - feat: Support<svelte:boundary>