UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

11 lines (8 loc) 213 B
import threeLevelRelativePath from "../../../threeLevelRelativePath"; // I am stick to b import b from "b"; // I am stick to a import a from "a"; // Loose runtime comment const foo = "foo"; import fs from "fs";