UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

9 lines (6 loc) 125 B
import c from "c"; import b from "b"; import a from "a"; import {cat, Dog} from "C"; import B from "B"; import A from "A";