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
Thanks for creating this useful plugin. I noticed that the fixer is incorrectly sorting rest properties to the beginning of the object literal, e.g., {a, ...rest} is changed to {...rest, a}.
I have a fix for this locally. I've never submitted a PR before on Github, but I'll try to submit one for this soon.
The text was updated successfully, but these errors were encountered:
Thanks for creating this useful plugin. I noticed that the fixer is incorrectly sorting rest properties to the beginning of the object literal, e.g.,
{a, ...rest}
is changed to{...rest, a}
.I have a fix for this locally. I've never submitted a PR before on Github, but I'll try to submit one for this soon.
The text was updated successfully, but these errors were encountered: