UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

11 lines (9 loc) 260 B
/** * @prettier * This comment is before the first import, and so should never be moved. * https://github.com/IanVS/prettier-plugin-sort-imports/issues/81 */ // second comment import type { A } from 'a'; // a import { b } from 'b'; import { a } from 'a';