Rule: object-literal-sort-keys
Requires keys in object literals to be sorted alphabetically
Rationale
Useful in preventing merge conflicts
Config
Not configurable.
Examples
"object-literal-sort-keys": true
Schema
null
Requires keys in object literals to be sorted alphabetically
Useful in preventing merge conflicts
Not configurable.
"object-literal-sort-keys": true
null