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,4 +1,5 @@
const util = require("./util");
const resize_app = function () {
const panels_height = $("#panels").height();
$("body > .app").height("calc(100% - " + panels_height + "px)");