Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
[email protected]
Minor Changes
-
#1151
843730d
Thanks @marekdedic! - feat: added theprefer-svelte-reactivity
rule -
#1269
a444476
Thanks @baseballyama! - feat: support asynchronous svelte
Patch Changes
[email protected]
[email protected]
[email protected]
Patch Changes
- #1252
5db956e
Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positive for{#if browser}
[email protected]
Patch Changes
- #1243
5df1121
Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifier
[email protected]
Patch Changes
- #1239
a3d4224
Thanks @baseballyama! - fix(prefer-const): UseadditionalProperties
instead ofignoreReadonly
to match the ESLint core rule option name.
[email protected]
[email protected]
Patch Changes
- #1231
0681f90
Thanks @marekdedic! - fix(consistent-selector-style): Fixed detections of repeated elements such as in {#each}
[email protected]
Patch Changes
- #1227
c938185
Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for type annotations
[email protected]
Minor Changes
- #1210
9cffd3b
Thanks @ota-meshi! - feat: addsvelte/no-top-level-browser-globals
rule