You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prefer-destructuring rule triggers on the last line even though there's no way to actually mutate a let binding with destructuring ({ foo } = bar; is a syntax error).
The text was updated successfully, but these errors were encountered:
When you have the following:
The
prefer-destructuring
rule triggers on the last line even though there's no way to actually mutate alet
binding with destructuring ({ foo } = bar;
is a syntax error).The text was updated successfully, but these errors were encountered: