-
-
Notifications
You must be signed in to change notification settings - Fork 36
🚀 Feature: sort-collections can also sort arrays #1945
Copy link
Copy link
Open
Labels
BREAKING CHANGEUsed to label changes that are considered breakingUsed to label changes that are considered breakingstatus: blockedWaiting for something else to be resolved 🙅Waiting for something else to be resolved 🙅type: featureNew enhancement or request 🚀New enhancement or request 🚀
Milestone
Description
Metadata
Metadata
Assignees
Labels
BREAKING CHANGEUsed to label changes that are considered breakingUsed to label changes that are considered breakingstatus: blockedWaiting for something else to be resolved 🙅Waiting for something else to be resolved 🙅type: featureNew enhancement or request 🚀New enhancement or request 🚀
Feature Request Checklist
Overview
With a name like sort collections one would think that Arrays are also being sorted, but they currently aren't. Right now, the rule just sorts object properties. Let's add array sorting to the rule as well.
Any downsides to doing this?
Additional Info
Since this would be breaking, if accepted, it would be part of our next major release.