codemod-imports-sort icon indicating copy to clipboard operation
codemod-imports-sort copied to clipboard

Sort ES6 imports by type

Results 3 codemod-imports-sort issues
Sort by recently updated
recently updated
newest added

Nice tool! One issue: I use flow, so there's a `/* @flow */` comment in the 1st line of source files. Before: ``` /* @flow */ import calcDropTargetClass from "../common/calcDropTargetClass";...

After installing it globally via yarn, it did not generate a required dist folder 🤔 Cloning the repo and running it seems to work fine though. ![screen shot 2018-10-16 at...

![image](https://user-images.githubusercontent.com/834796/27715477-4644c1ae-5cec-11e7-83ba-d4183da3261d.png)