eslint-plugin-i18n-json
eslint-plugin-i18n-json copied to clipboard
sorting fails with some numbers as a keys
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" } }
Any update on this? Sorting lint fails on this kind of notation.