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
If someone else is picking this up: We already have a helper function that can do in-place object sorting with a custom priority list.
(Added this previously so I can add custom sorting for operation properties for the linter later. The operations are already following a certain order for their properties. We're just not enforcing it yet.)
Is your feature request related to a problem?
Coming from #271 where we reordered a DELETE method.
What solution would you like?
A linter that orders methods (probably GET, POST, PUT, PATCH, DELETE).
What alternatives have you considered?
Alphabetical order.
The text was updated successfully, but these errors were encountered: