eslint-plugin-sort-keys
eslint-plugin-sort-keys copied to clipboard
Fixable eslint sort keys plugin
Results
2
eslint-plugin-sort-keys issues
Sort by
recently updated
recently updated
newest added
It would be great if we can specify an option so that only the top-level keys are sorted, while nested keys are ignored/left alone. For example using the default options...
example on a valid group would be: ```javascript { "2": 2, "2-end": 2, "1": 1, "1-end" : 0, } ```