UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

12 lines (9 loc) 221 B
// I am top level comment in this file. // I am second line of top level comment in this file. import './commands'; import React from 'react'; // Comment // Comment function add(a:number,b:number) { return a + b; }