eslint-plugin-i18n-json icon indicating copy to clipboard operation
eslint-plugin-i18n-json copied to clipboard

sorting fails with some numbers as a keys

Open mansurishmuhametov opened this issue 3 years ago • 2 comments

Sorting fails with an error when using numbers, for example "01" and "20" at the same time const translations = { "a": { "20": "k", "01": "k", "b": "k", "c": "k" } }

mansurishmuhametov avatar May 25 '21 10:05 mansurishmuhametov

Any update on this? Sorting lint fails on this kind of notation.

MarioHi1 avatar Feb 05 '24 09:02 MarioHi1