Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ declare_oxc_lint!(
PreferDestructuring,
eslint,
style,
fix,
conditional_fix,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does changing the fix kind fix the issue?

(i'm not saying we shouldn't change this to conditional_fix, just that i don't understand why changing it fixes the issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that was the original goal. I'll update the commit message and pull request title now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explain in the description how changing the metadata fixes this issue.

config = PreferDestructuring,
);

Expand Down
Loading