diff --git a/packages/keyring-snap-bridge/src/SnapKeyring.ts b/packages/keyring-snap-bridge/src/SnapKeyring.ts index 776c033..3425684 100644 --- a/packages/keyring-snap-bridge/src/SnapKeyring.ts +++ b/packages/keyring-snap-bridge/src/SnapKeyring.ts @@ -1,3 +1,8 @@ +// This seems to be a false positive. It seems that eslint is not able to +// correctly infer the InternalAccount, EthMethod and BtcMethod types. +// +// eslint-disable-file @typescript-eslint/no-redundant-type-constituents + import type { TypedTransaction } from '@ethereumjs/tx'; import { TransactionFactory } from '@ethereumjs/tx'; import type { TypedDataV1, TypedMessage } from '@metamask/eth-sig-util';