fixed eslint issue of loadtransform Notebook and EntityProperty etc files

This commit is contained in:
sunilyadav840
2021-10-06 17:17:14 +05:30
parent f7fa3f7c09
commit 4b0cf93a10
7 changed files with 61 additions and 66 deletions

View File

@@ -14,6 +14,7 @@ import { NotebookUtil } from "./NotebookUtil";
import { useNotebook } from "./useNotebook";
export class NotebookContainerClient {
// eslint-disable-next-line @typescript-eslint/no-empty-function
private clearReconnectionAttemptMessage? = () => {};
private isResettingWorkspace: boolean;