insin / insin/sublime-sort-javascript-imports
Can not work with multiple lines imports
Open
enhancement
- Dominant language
- Python
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```js
import {
ALongName,
AnotherLongName,
BLongName
} from '/my/imports'
```
will be sorted to
```js
} from '/my/imports'
import {
ALongName,
AnotherLongName,
BLongName
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.