Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
v2.27.3
Patch Changes
- #461
295091b
Thanks @ota-meshi! - fix: disable no-self-assign rule (take2)
v2.27.2
Patch Changes
- #455
bfd8a29
Thanks @baseballyama! - disableno-self-assign
rule in Svelte files
v2.27.1
Patch Changes
- #451
df9ed9e
Thanks @ota-meshi! - fix: broken import when not using typescript-eslint
v2.27.0
Minor Changes
-
#439
f810b69
Thanks @ota-meshi! - feat: addsvelte/no-immutable-reactive-statements
rule -
#447
9b5198c
Thanks @renovate! - fix(deps): update dependency svelte-eslint-parser to ^0.27.0 -
#440
ed68b20
Thanks @ota-meshi! - feat: addsvelte/no-reactive-reassign
rule
v2.26.0
Minor Changes
- #433
890cfa2
Thanks @ota-meshi! - feat: update svelte-eslint-parser to add support for<svelte:document>
v2.25.0
Minor Changes
- #428
89925ea
Thanks @ota-meshi! - chore: move repo and move url of rule docs
v2.24.0
Minor Changes
- #425
2f08a42
Thanks @ota-meshi! - feat: update svelte-eslint-parser to v0.25
v2.23.1
Patch Changes
- #420
4ae07d9
Thanks @ota-meshi! - fix: false positive for containing element insvelte/no-unused-svelte-ignore
v2.23.0
Minor Changes
- #403
c171d9c
Thanks @ota-meshi! - feat: use@eslint-community
packages
Patch Changes
-
#415
9714749
Thanks @ota-meshi! - fix: ignore indent for inline style tags insvelte/indent
rule -
#418
fe306ed
Thanks @ota-meshi! - fix: maximum call stack error insvelte/infinite-reactive-loop
rule
v2.22.0
Minor Changes
- #407
c394a80
Thanks @DetachHead! - addall
config which enables every rule