ifiokjr / prettier-plugin-sorted

Sort your JavaScript and TypeScript imports with prettier with automatic alias support
MIT License
19 stars 2 forks source link

Sorting of "* as Alias" imports #9

Open ghost opened 4 years ago

ghost commented 4 years ago

Wondering if there is a way to move all imports of the format import * as Types from "./types" to the bottom of the relevant stack?

Default is to sort them as per their aliased name, but I'd love to be able to shift them under the non-aliased imports of the same type.

Thanks!

ifiokjr commented 3 years ago

I don't actually use this plugin any more. I'd recommend switching to eslint-plugin-simple-import-sort.