Skip to content

Enable "prefer-destructuring" in JS files

gfyoung requested to merge (removed):prefer-destructuring-fix into master

What does this MR do?

Re-enables prefer-destructuring for eslint.

Why was this MR needed?

Because good style makes developers happy.

What are the relevant issue numbers?

Partially addresses #47006 (closed).

Builds off !19915 (merged) because some of the for-loop setups violate this destructuring rules.

No changelog because this is purely internal.

Suggested Reviewers/Approvers/Mergers

@leipert @timzallmann @tnir @mikegreiling @markglenfletcher

Edited by gfyoung

Merge request reports