mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +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,4 +1,5 @@
|
||||
const util = require("./util");
|
||||
|
||||
const resize_app = function () {
|
||||
const panels_height = $("#panels").height();
|
||||
$("body > .app").height("calc(100% - " + panels_height + "px)");
|
||||
|
||||
Reference in New Issue
Block a user