From 3f12aac1d149de5e5d239b2cec3a202b391e2772 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Wed, 24 May 2023 14:28:57 +0200 Subject: [PATCH] [EC-598] chore: remove unnecessary eslint disable --- apps/browser/src/fido2/content/page-script.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/browser/src/fido2/content/page-script.ts b/apps/browser/src/fido2/content/page-script.ts index ca8d5915446..429828fa631 100644 --- a/apps/browser/src/fido2/content/page-script.ts +++ b/apps/browser/src/fido2/content/page-script.ts @@ -6,7 +6,6 @@ import { Messenger } from "./messaging/messenger"; const BrowserPublicKeyCredential = window.PublicKeyCredential; const browserNativeWebauthnSupport = window.PublicKeyCredential != undefined; -// eslint-disable-next-line @typescript-eslint/no-unused-vars let browserNativeWebauthnPlatformAuthenticatorSupport = false; if (!browserNativeWebauthnSupport) { // Polyfill webauthn support