Releases: sveltejs/eslint-plugin-svelte
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
- #121
8000
0
9cffd3b
Thanks @ota-meshi! - feat: addsvelte/no-top-level-browser-globals
rule
eslint-plugin-svelte@3.7.0
Minor Changes
- #1221
534ad78
Thanks @baseballyama! - feat(sort-attributes): support{@attach}
eslint-plugin-svelte@3.6.0
Minor Changes
-
#1170
3ddbd83
Thanks @baseballyama! - feat: addprefer-writable-derived
rule -
#1069
73f23ae
Thanks @marekdedic! - feat: added therequire-event-prefix
rule -
#1197
e9aec7f
Thanks @43081j! - Addedno-add-event-listener
rule to disallow usages ofaddEventListener
-
#1148
87c74fe
Thanks @marekdedic! - feat(consistent-selector-style): added support for dynamic classes and IDs
Patch Changes
- #1208
78d0f78
Thanks @ota-meshi! - fix(no-unused-svelte-ignore): ignore reactive-component warnings
eslint-plugin-svelte@3.5.1
eslint-plugin-svelte@3.5.0
Minor Changes
- #1171
842757f
Thanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedProperties
option
Patch Changes
- #1178
7892f4c
Thanks @baseballyama! - fix(no-unused-props): handle alias props name properly
eslint-plugin-svelte@3.4.1
Patch Changes
-
#1173
8e53e58
Thanks @43081j! - chore: usecontext.sourceCode
directly rather than a compatibility helper. -
#1177
ec22fb4
Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests -
#1174
b696ef3
Thanks @43081j! - chore: usecontext.filename
andcontext.physicalFilename
instead of compat functions. -
#1176
bafbf5f
Thanks @43081j! - chore: switch tocontext.cwd
rather than using a compat helper.
eslint-plugin-svelte@3.4.0
Minor Changes
-
#1165
2b7e164
Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-param
rule to automatically rename or add function parameters. -
#1163
d9b8604
Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputs
rule which renames the outputs. -
#1164
29b1315
Thanks @43081j! - Added a suggestion forno-at-debug-tags
rule which removes the tags
Patch Changes
- #1167
db9202d
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to 1.1.1