eslint-plugin-i18n-json
eslint-plugin-i18n-json copied to clipboard
sorted-keys with string numbers
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.