UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

5 lines (4 loc) 137 B
import Foo from "./bar"; import type {Justify} from "#utils" import type {React} from "React"; import type {Internal} from "./types.ts";