UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

6 lines (4 loc) 122 B
// This is part of multiple-lines at document-top // Second line followed by a gap import b from "b"; import a from "a";