Releases: sveltejs/eslint-plugin-svelte
[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
[email protected]
Patch Changes
-
#1173
8e53e58Thanks @43081j! - chore: usecontext.sourceCodedirectly rather than a compatibility helper. -
#1177
ec22fb4Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests -
#1174
b696ef3Thanks @43081j! - chore: usecontext.filenameandcontext.physicalFilenameinstead of compat functions. -
#1176
bafbf5fThanks @43081j! - chore: switch tocontext.cwdrather than using a compat helper.
[email protected]
Minor Changes
-
#1165
2b7e164Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-paramrule to automatically rename or add function parameters. -
#1163
d9b8604Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputsrule which renames the outputs. -
#1164
29b1315Thanks @43081j! - Added a suggestion forno-at-debug-tagsrule which removes the tags
Patch Changes
- #1167
db9202dThanks @baseballyama! - chore: updatesvelte-eslint-parserto 1.1.1
[email protected]
Patch Changes
- #1146
1233e46Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usage
[email protected]
Patch Changes
- #1143
138380dThanks @baseballyama! - fix: stop reporting child properties inno-unused-propswhen the parent object itself is used
[email protected]
Patch Changes
- #1140
40806a4Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustaches
[email protected]
Minor Changes
- #1132
30c1e5fThanks @baseballyama! - feat: addignorePropertyPatternsproperty and renameignorePatternstoignoreTypePatternsinno-unused-propsrule. TheignorePatternsoption 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
1ff148aThanks @baseballyama! - fix: correct detection of externally defined types inno-unused-propsrule
[email protected]
Patch Changes
- #1128
e94b59aThanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-propsrule
[email protected]
Minor Changes
-
#1062
a4d3b29Thanks @baseballyama! - feat: addno-unnecessary-state-wraprule -
#1061
268a372Thanks @baseballyama! - feat: addno-unused-propsrule