amatiasq / vsc-sort-imports

Sort ES6 imports automatically.
ISC License
58 stars 24 forks source link

Add support to importSort additional options #18

Closed fsmaia closed 6 years ago

fsmaia commented 6 years ago

Since v4 there is additional options support that can be passed to styles: https://github.com/renke/import-sort/commit/6172934fb83b3876feead822cb12430d4f8eafae

Current call of .importSort doesn't pass this parameter: https://github.com/amatiasq/vsc-sort-imports/blob/master/src/sort.ts#L48