Releases: sveltejs/eslint-plugin-svelte
[email protected]
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
[email protected]
Patch Changes
- #1146
1233e46
Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usage
[email protected]
Patch Changes
- #1143
138380d
Thanks @baseballyama! - fix: stop reporting child properties inno-unused-props
when the parent object itself is used
[email protected]
Patch Changes
- #1140
40806a4
Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustaches
[email protected]
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.
[email protected]
Patch Changes
- #1135
1ff148a
Thanks @baseballyama! - fix: correct detection of externally defined types inno-unused-props
rule
[email protected]
Patch Changes
- #1128
e94b59a
Thanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-props
rule
[email protected]
Minor Changes
-
#1062
a4d3b29
Thanks @baseballyama! - feat: addno-unnecessary-state-wrap
rule -
#1061
268a372
Thanks @baseballyama! - feat: addno-unused-props
rule
[email protected]
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
[email protected]
Patch Changes
- #1115
7f756b8
Thanks @baseballyama! - fix: align required Node version with ESLint