UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

5 lines (3 loc) 212 B
import z from 'z-assert' assert { type: 'json' }; import x from 'x-with' with { type: 'json' }; // import y from 'y-legacy' with type: "json" // <-- this format is from a very old proposal, and is not supported