insin / insin/sublime-sort-javascript-imports

Can not work with multiple lines imports

Open
#5 1 comment 8 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.