atom-import-sort
atom-import-sort copied to clipboard
Add option to group 'type' imports
Example:
import type { a } from "a";
import type { b } from "B";
import { c } from "c";
import d from "d";