prettier-plugin-sort-json
Advanced tools
Changelog
[4.0.0]
prettierrc.js
file: {
jsonSortOrder: JSON.stringify({
'/^[Aa]/': 'none',
'/^[Bb]/': 'none',
'/^[Cc]/': 'none',
...
'/^[Zz]/': 'none',
})
}
This should work for small character sets. If you require case-insensitive sorting with a larger character set, please submit a feature request. We can bring back the old sorting order as an option if there is demand for it.Changelog
[3.0.0]
Changelog
[0.0.3]