mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-12 09:57:46 +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:
@@ -2,7 +2,7 @@
|
||||
export function isPageParams(): null | object {
|
||||
let webpageParams = null;
|
||||
try {
|
||||
// eslint-disable-next-line no-undef, @typescript-eslint/camelcase
|
||||
// eslint-disable-next-line no-undef
|
||||
webpageParams = page_params;
|
||||
} catch (_) {
|
||||
webpageParams = null;
|
||||
|
||||
Reference in New Issue
Block a user