- remove sorting of require/import statements - blocks continues to be the same with the addition of a new block, flow type imports which should come last - prefer ES6 `import` syntax over `require` - destructuring should happen on the same line as the import, e.g. `import React, {Component} from 'react'`