Releases: sveltejs/eslint-plugin-svelte
[email protected]
Minor Changes
-
#925
faf90ef
Thanks @marekdedic! - feat: added theconsistent-selector-style
rule -
#984
35d80a5
Thanks @baseballyama! - feat: supportwarningFilter
invalid-compile
rule
Patch Changes
-
#1016
91999e3
Thanks @baseballyama! - chore: change the rule category ofvalid-prop-names-in-kit-pages
toSvelteKit
-
#1012
763cf7a
Thanks @baseballyama! - chore: change the rule category ofno-export-load-in-svelte-module-in-kit-pages
toSvelteKit
-
#1017
806d72a
Thanks @baseballyama! - chore: do not runno-reactive-functions
rule on Svelte 5 with runes -
#1014
74373ec
Thanks @baseballyama! - chore: do not runno-reactive-reassign
rule on Svelte 5 with runes -
#1026
1bed311
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
tov1.0.0-next.12
-
#1018
5bdc906
Thanks @baseballyama! - chore: run theno-inspect
rule only in Svelte 5’s runes mode -
#1006
5fd91ba
Thanks @baseballyama! - chore: do not runinfinite-reactive-loop
rule on Svelte 5 with runes
[email protected]
Patch Changes
- #1021
6557c69
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to1.0.0-next.10
[email protected]
Major Changes
- #982
04fc429
Thanks @baseballyama! - feat!: Updated thehtml-self-closing
rule to follow Svelte5
Minor Changes
- #1015
8369eaf
Thanks @mikededo! - fix!: renameno-deprecated-raw-special-elements
tono-raw-special-elements
Patch Changes
-
#1009
a003664
Thanks @baseballyama! - chore: upgradesvelte-eslint-parser
to1.0.0-next.8
-
#1020
eae0e2e
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to1.0.0-next.9
-
#1007
8e9199a
Thanks @baseballyama! - fix: update method for extracting major version
[email protected]
Patch Changes
- #990
12049c0
Thanks @baseballyama! - fix: ignorecss_unused_selector
compile error if<style>
tag hasglobal
attribute
[email protected]
Minor Changes
- #980
0b28198
Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc
Patch Changes
- #993
b97a13e
Thanks @baseballyama! - chore: add:exit
for each node listener
[email protected]
Patch Changes
- #965
47760ad
Thanks @marekdedic! - chore: using svelte-eslint-parser for style selector parsing
[email protected]
Minor Changes
- #922
f4a0fa7
Thanks @marekdedic! - feat: added the no-useless-children-snippet rule
[email protected]
[email protected]
Major Changes
- #900
4759b47
Thanks @marekdedic! - breaking: deprecated the no-goto-without-base rule
Minor Changes
- #900
4759b47
Thanks @marekdedic! - feat: added the no-navigation-without-base rule
[email protected]
Minor Changes
-
#963
2c551b2
Thanks @baseballyama! - feat: support Svelte5 ofvalid-prop-names-in-kit-pages
rule
Patch Changes
- #961
117e60d
Thanks @baseballyama! - fix: support each blocks without an item