Releases: sveltejs/eslint-plugin-svelte
[email protected]
[email protected]
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
[email protected]
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.
[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