eslint: Replace sort-imports with import/order.

import/order sorts require() calls as well as import statements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-23 21:02:07 -07:00
committed by Tim Abbott
parent 0771e7fc59
commit e3b3df328d
70 changed files with 156 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
const util = require("./util");
const FoldDict = require("./fold_dict").FoldDict;
const util = require("./util");
// The unread module tracks the message IDs and locations of the
// user's unread messages. The tracking is initialized with