Open
Description
- 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 overrequire
- destructuring should happen on the same line as the import, e.g.
import React, {Component} from 'react'
Metadata
Metadata
Assignees
Labels
No labels