Is there a recommended import grouping and order for es6 modules? python has some specifications in PEP as well as some logical extensions: https://code.google.com/p/soc/wiki/PythonStyleGuide#Imports_grouping_and_order given that es6 imports are reversed, ie instead of: `from <module> import <function>` (python) its `import <function> from <module>` sorting by module isn't as intuitive