Seems like this is related to the prettier-plugin-sort-json dependency.
Is it intended that all key are sorted ?
This is pretty annoying, it create a huge diff in our component.
I think the key should stay in the order they were extracted, it's up to the developper to choose if they add prettier-plugin-sort-json in their project or if they prefer manual sort.
Seems like this is related to the
prettier-plugin-sort-jsondependency.Is it intended that all key are sorted ?
This is pretty annoying, it create a huge diff in our component.
I think the key should stay in the order they were extracted, it's up to the developper to choose if they add
prettier-plugin-sort-jsonin their project or if they prefer manual sort.