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
Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
Note: we have to decide if we name the rule noObjectAssign or useObjectSpread. noObjectAssign could mean banning all calls to Object.assign (that is not intended by the rule we want to implement). Unfortunately, useObjectSpread could (should?) cover more cases - not sure the ones it could cover.
The text was updated successfully, but these errors were encountered:
Description
Implement eslint/prefer-object-spread.
Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
See also the related discussion.
Note: we have to decide if we name the rule
noObjectAssign
oruseObjectSpread
.noObjectAssign
could mean banning all calls toObject.assign
(that is not intended by the rule we want to implement). Unfortunately,useObjectSpread
could (should?) cover more cases - not sure the ones it could cover.The text was updated successfully, but these errors were encountered: