Releases: sveltejs/eslint-plugin-svelte
[email protected]
[email protected]
Patch Changes
- #874
457521a
Thanks @ota-meshi! - fix: update svelte-eslint-parser to v0.42
[email protected]
[email protected]
[email protected]
[email protected]
Minor Changes
- #827
dc7eefc
Thanks @ota-meshi! - fix(deps): update dependency svelte-eslint-parser to ^0.41.0
[email protected]
[email protected]
Minor Changes
- #802
be64d36
Thanks @ota-meshi! - fix: broken indentation of if condition insvelte/indent
rule
Patch Changes
-
#789
0bc17df
Thanks @KuSh! - chore: Use eslint types for exported configs -
#805
6e4d3ed
Thanks @baseballyama! - fix: updatesvelte-eslint-parser
to fix nested{#snippet}
-
#800
580f44f
Thanks @ota-meshi! - feat: add name to flat configs.
[email protected]
Minor Changes
-
#792
cb722bc
Thanks @ota-meshi! - feat: update svelte-eslint-parser to 0.39 -
#796
5e4d264
Thanks @ota-meshi! - feat: improvesvelte/valid-compile
to usesvelte.config.js
'sonwarn
from the parser. -
#794
7894f82
Thanks @ota-meshi! - feat: improvesvelte/valid-prop-names-in-kit-pages
to usesvelte.config.js
data from the parser. -
#794
7894f82
Thanks @ota-meshi! - feat: improvesvelte/no-export-load-in-svelte-module-in-kit-pages
to usesvelte.config.js
data from the parser.
Patch Changes
-
#795
df947a7
Thanks @baseballyama! - deps: updatesvelte-eslint-parser
to 0.39.1 to setsvelteFeatures.runes
totrue
by default for Svelte 5 -
#797
f6d4e4c
Thanks @ota-meshi! - fix:svelte/valid-compile
to use verbatimModuleSyntax to work with TS v5.5.
[email protected]
Patch Changes
- #790
f7b7649
Thanks @ota-meshi! - fix: false positives for import vars with TS insvelte/valid-compile