summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-02-28 21:56:45 -0800
committerMatthew Miller <matthew@millerti.me>2023-02-28 21:56:45 -0800
commite00b941921bc27d91e293b5dfdf60e2ac033d954 (patch)
treee461103a11cc3a6ed618695c6198567be0fa7c6a /packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
parent7a70821c47fb958445d8b6735ef364c1ae5d9a61 (diff)
Remove old eslint-disable
Diffstat (limited to 'packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts')
-rw-r--r--packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
index 117bf4c..afc1176 100644
--- a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
+++ b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts
@@ -1,4 +1,3 @@
-/* eslint-disable @typescript-eslint/ban-ts-comment */
import { PublicKeyCredentialFuture } from '@simplewebauthn/typescript-types';
/**