- loophole@^1.1.0
- import-sort@^6.0.0
- import-sort-config@^6.0.0
- import-sort-style-eslint@^6.0.0
- import-sort-parser-babylon@^6.0.0
- import-sort-parser-typescript@^6.0.0
atom-import-sort
Sort ES2015 (aka ES6) imports directly from within Atom. Both JavaScript and TypeScript are supported.

After you installed the package you can sort your imports using the Ctrl + Alt + o key binding or trigger it manually from the command palette with the Import Sort: Sort command.
The package also offers a "sort on save" option to automatically sort your imports whenever you save a JavaScript or TypeScript file. It's disabled by default.
See import-sort for information about customizing the way imports are sorted.