xo: Fix @typescript-eslint/parameter-properties.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-01-03 14:38:44 -08:00
parent dcb46eef4f
commit 1aa4ade3c0
4 changed files with 3 additions and 12 deletions

View File

@@ -10,13 +10,11 @@ const logger = new Logger({
});
export default class ReconnectUtil {
webview: WebView;
url: string;
alreadyReloaded: boolean;
fibonacciBackoff: backoff.Backoff;
constructor(webview: WebView) {
this.webview = webview;
this.url = webview.props.url;
this.alreadyReloaded = false;
this.fibonacciBackoff = backoff.fibonacci({