mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
eslint: Enable sort-imports for member sorting.
This sorts the members imported within each individual declaration; we use import/order for sorting multiple declarations. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import fs from "fs";
|
||||
import os from "os";
|
||||
|
||||
import {initSetUp} from "./default-util";
|
||||
import {sentryInit, captureException} from "./sentry-util";
|
||||
import {captureException, sentryInit} from "./sentry-util";
|
||||
|
||||
const {app} = process.type === "renderer" ? electron.remote : electron;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user