Open ghost opened 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?
import * as Types from "./types"
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!
I don't actually use this plugin any more. I'd recommend switching to eslint-plugin-simple-import-sort.
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!