Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
[email protected]
Patch Changes
- #1243
5df1121Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifier
[email protected]
Patch Changes
- #1239
a3d4224Thanks @baseballyama! - fix(prefer-const): UseadditionalPropertiesinstead ofignoreReadonlyto match the ESLint core rule option name.
[email protected]
[email protected]
Patch Changes
- #1231
0681f90Thanks @marekdedic! - fix(consistent-selector-style): Fixed detections of repeated elements such as in {#each}
[email protected]
Patch Changes
- #1227
c938185Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for type annotations
[email protected]
Minor Changes
- #1210
9cffd3bThanks @ota-meshi! - feat: addsvelte/no-top-level-browser-globalsrule
[email protected]
Minor Changes
- #1221
534ad78Thanks @baseballyama! - feat(sort-attributes): support{@attach}
[email protected]
Minor Changes
-
#1170
3ddbd83Thanks @baseballyama! - feat: addprefer-writable-derivedrule -
#1069
73f23aeThanks @marekdedic! - feat: added therequire-event-prefixrule -
#1197
e9aec7fThanks @43081j! - Addedno-add-event-listenerrule to disallow usages ofaddEventListener -
#1148
87c74feThanks @marekdedic! - feat(consistent-selector-style): added support for dynamic classes and IDs
Patch Changes
- #1208
78d0f78Thanks @ota-meshi! - fix(no-unused-svelte-ignore): ignore reactive-component warnings
[email protected]
[email protected]
Minor Changes
- #1171
842757fThanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedPropertiesoption
Patch Changes
- #1178
7892f4cThanks @baseballyama! - fix(no-unused-props): handle alias props name properly