We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8a883 commit 7e43d4bCopy full SHA for 7e43d4b
packages/keyring-snap-bridge/src/SnapKeyring.ts
@@ -1,3 +1,8 @@
1
+// This seems to be a false positive. It seems that eslint is not able to
2
+// correctly infer the InternalAccount, EthMethod and BtcMethod types.
3
+//
4
+// eslint-disable-file @typescript-eslint/no-redundant-type-constituents
5
+
6
import type { TypedTransaction } from '@ethereumjs/tx';
7
import { TransactionFactory } from '@ethereumjs/tx';
8
import type { TypedDataV1, TypedMessage } from '@metamask/eth-sig-util';
0 commit comments