mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-11 01:16:09 +00:00
xo: Enable @typescript-eslint/member-ordering.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
963c2e5388
commit
39c6fa4ace
@@ -45,11 +45,11 @@ const browserConsole: PatchedConsole = console;
|
||||
const logDir = `${app.getPath('userData')}/Logs`;
|
||||
|
||||
export default class Logger {
|
||||
[key: string]: any;
|
||||
nodeConsole: PatchedConsole;
|
||||
timestamp?: () => string;
|
||||
level: boolean;
|
||||
logInDevMode: boolean;
|
||||
[key: string]: any;
|
||||
|
||||
constructor(options: LoggerOptions = {}) {
|
||||
let {
|
||||
|
||||
Reference in New Issue
Block a user