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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Hi,
I believe that it will be very useful to add multiline/singleline options to object-literal-sort-keys rule as you have in trailing-comma, because having one line objects sorted alphabetically has no sense for simplifying of merging.
Thanks!
The text was updated successfully, but these errors were encountered:
@EugeneZee you're right, I actually think the rule should ignore single line literals by default. We probably don't even need an option to enforce sorting there, but can add one back if users request it. Will happily take this change for v4.0.
Hi,
I believe that it will be very useful to add multiline/singleline options to
object-literal-sort-keys
rule as you have in trailing-comma, because having one line objects sorted alphabetically has no sense for simplifying of merging.Thanks!
The text was updated successfully, but these errors were encountered: