UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

10 lines (8 loc) 244 B
//@ts-ignore // I am file top level comments (expect blank line below this) import threeLevelRelativePath from "../../../threeLevelRelativePath"; // I am stick to b import b from "b"; // I am stick to a import a from "a"; import fs from "fs";