feat(linter): auto-fixer for prefer-destructuring#17235
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds auto-fix functionality for the prefer-destructuring linter rule, enabling automatic conversion of member access patterns to destructuring syntax.
Key changes:
- Changed rule status from
pendingtofixto enable auto-fixing - Implemented auto-fix logic for object destructuring in both assignment expressions and variable declarations
- Enabled previously commented-out fix tests
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #17235 will not alter performanceComparing Summary
Footnotes
|
044c8f1 to
a37d072
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a37d072 to
48a6cc5
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
You're welcome! |
Closes #17234