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

sorted-keys with string numbers

Open dillonwelch opened this issue 6 months ago • 0 comments

The following translation file

{
    "test": {
        "10": "a",
        "2": "a"
    }
}

will fail no matter which order you put the keys in. Both options output a Keys should be sorted, please use --fix. error.

dillonwelch avatar Aug 13 '24 22:08 dillonwelch