Almost never (really) matters in which order you import stuff in JavaScript. But, like many, I still prefer to follow a convention.

If you are already using Prettier, you can use the plugin sort imports plugin.

A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.