prettier-plugin-imports
Version:
A prettier plugins to sort imports in provided RegEx order
8 lines (7 loc) • 310 B
text/typescript
import z from 'z';
import { isEmpty } from "lodash-es";
import threeLevelRelativePath from "../../../threeLevelRelativePath";
import sameLevelRelativePath from "./sameLevelRelativePath";
import thirdParty from "third-party";
import oneLevelRelativePath from "../oneLevelRelativePath";
import path from "path";