Enable alphabetical order for imports:
// :( import bar from 'b'; import foo from 'a';
// :) import foo from 'a'; import bar from 'b';