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 6f9a4a8Copy full SHA for 6f9a4a8
packages/keyring-snap-bridge/src/SnapKeyring.ts
@@ -1,3 +1,7 @@
1
+/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
2
+// This rule seems to be triggering a false positive. Possibly eslint is not
3
+// inferring the EthMethod, BtcMethod, and InternalAccount types correctly.
4
+
5
import type { TypedTransaction } from '@ethereumjs/tx';
6
import { TransactionFactory } from '@ethereumjs/tx';
7
import type { TypedDataV1, TypedMessage } from '@metamask/eth-sig-util';
0 commit comments