Closed
Description
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.