UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

10 lines (6 loc) 191 B
import type {Foo} from './foo'; import {fooValue} from './foo'; import def from './bar'; import type {Bar} from './bar'; import * as namespace from './baz' import type {Baz} from './bar';