mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
0771e7fc59
commit
e3b3df328d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user