Releases: sveltejs/eslint-plugin-svelte
Releases · sveltejs/eslint-plugin-svelte
eslint-plugin-svelte@3.3.3
Patch Changes
- #1146
1233e46
Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usage
eslint-plugin-svelte@3.3.2
Patch Changes
- #1143
138380d
Thanks @baseballyama! - fix: stop reporting child properties inno-unused-props
when the parent object itself is used
eslint-plugin-svelte@3.3.1
Patch Changes
- #1140
40806a4
Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustaches
eslint-plugin-svelte@3.3.0
Minor Changes
- #1132
30c1e5f
Thanks @baseballyama! - feat: addignorePropertyPatterns
property and renameignorePatterns
toignoreTypePatterns
inno-unused-props
rule. TheignorePatterns
option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.
eslint-plugin-svelte@3.2.2
Patch Changes
- #1135
1ff148a
Thanks @baseballyama! - fix: correct detection of externally defined types inno-unused-props
rule
eslint-plugin-svelte@3.2.1
Patch Changes
- #1128
e94b59a
Thanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-props
rule
eslint-plugin-svelte@3.2.0
Minor Changes
-
#1062
a4d3b29
Thanks @baseballyama! - feat: addno-unnecessary-state-wrap
rule -
#1061
268a372
Thanks @baseballyama! - feat: addno-unused-props
rule
eslint-plugin-svelte@3.1.0
Minor Changes
- #1064
df1647f
Thanks @baseballyama! - feat: addexcludedRunes
option to theprefer-const
rule
Patch Changes
-
#1126
9b76b46
Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pages
rule -
#1125
0a03362
Thanks @ota-meshi! - fix: support windows path delimiter -
#1108
976e4f0
Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives -
#1107
3b01537
Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment links
eslint-plugin-svelte@3.0.3
Patch Changes
- #1115
7f756b8
Thanks @baseballyama! - fix: align required Node version with ESLint
eslint-plugin-svelte@3.0.2
Patch Changes
- #1100
1358d89
Thanks @baseballyama! - fix: handle<script module>
invalid-prop-names-in-kit-pages
rule