It would be nice to have the import statements ordered some way. We should also standardize the use of single and double quotes especially in these import statements (single quotes is the way to go).
This should be possible to enforce and fix using eslint plugin eslint-plugin-import with import/order, but when I tried it couldn't detect any problems with the order.
It would be nice to have the import statements ordered some way. We should also standardize the use of single and double quotes especially in these import statements (single quotes is the way to go).