UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

12 lines (8 loc) 301 B
#!/usr/bin/env ts-node // ################################################ // ## Highlander comment: There can only be one! ## // ################################################ const someRandomGlobal = "stuff"; import * as fs from "fs"; import * as path from "path"; import shell from "shelljs";