web: enable import/order ESLint rule
Created by: valerybugakov
Description
I've seen discussions about import ordering in multiple PRs and Slack threads, so I went ahead and enabled the import/order ESLint rule in our config. I haven't fixed all the errors produced by the rule yet. If nothing stops us from enabling this rule, I will create PR to our https://github.com/sourcegraph/eslint-config package with this update and run the auto-fix on this repo.
Changes
- Enabled import/order ESLint rule