eslint-plugin-sort-keys icon indicating copy to clipboard operation
eslint-plugin-sort-keys copied to clipboard

allow groups if spaces are detected

Open beckend opened this issue 4 years ago • 0 comments

example on a valid group would be:

{
  "2": 2,
  "2-end": 2,
  
  "1": 1,
  "1-end" : 0,
}

beckend avatar Nov 05 '21 16:11 beckend