UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

7 lines (6 loc) 154 B
// Top-of-file-comment import path from "path" import b from 'b'; import foo from './foo'; import thirdParty from 'third-party'; import fs from "node:fs"