From 78d45bbf0b590f654b284edf2f1e56cd80af4a4f Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Mon, 13 May 2024 16:51:37 +0800 Subject: [PATCH] remove out-of-date eslint comments --- src/models/storage.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/models/storage.ts b/src/models/storage.ts index 95a5121d..f359ae95 100644 --- a/src/models/storage.ts +++ b/src/models/storage.ts @@ -67,10 +67,8 @@ export class BrowserStorage { } // TODO: promise this - // eslint-disable-next-line @typescript-eslint/no-explicit-any static async get() { const storageLocation = await this.getStorageLocation(); - // eslint-disable-next-line @typescript-eslint/no-explicit-any const removeKey = function (items: { [key: string]: OTPStorage }): void { delete items.key; delete items.LocalStorage;