mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-28 02:23:37 +00:00
dependencies: Update typescript and typescript-eslint.
The changes are mostly done via `xo --fix`; the other changes are either trivial or disabling new linter rules that we plan to address in future commits.
This commit is contained in:
@@ -7,7 +7,7 @@ import RequestUtil = require('./request-util');
|
||||
import DomainUtil = require('./domain-util');
|
||||
|
||||
const logger = new Logger({
|
||||
file: `domain-util.log`,
|
||||
file: 'domain-util.log',
|
||||
timestamp: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user