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