diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-18 11:16:16 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-18 11:16:16 -0700 |
commit | e30aa4f9f563186c3f7dd3c4601b91a884f45da7 (patch) | |
tree | 581dc440f115c23e76821aa9c8c93d24d34b2009 /packages/browser/src | |
parent | dfb32f4891f6c955c25b2f305fa702cdaf8c5a5e (diff) |
Remove eslint
Diffstat (limited to 'packages/browser/src')
-rw-r--r-- | packages/browser/src/helpers/webAuthnError.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/webAuthnError.ts b/packages/browser/src/helpers/webAuthnError.ts index 968c05b..5960821 100644 --- a/packages/browser/src/helpers/webAuthnError.ts +++ b/packages/browser/src/helpers/webAuthnError.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/ban-ts-comment */ /** * A custom Error used to return a more nuanced error detailing _why_ one of the eight documented * errors in the spec was raised after calling `navigator.credentials.create()` or |