Skip to content

Commit 6f9a4a8

Browse files
committed
chore(eslint): disable false positive
1 parent 8d8a883 commit 6f9a4a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/keyring-snap-bridge/src/SnapKeyring.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
import type { TypedTransaction } from '@ethereumjs/tx';
26
import { TransactionFactory } from '@ethereumjs/tx';
37
import type { TypedDataV1, TypedMessage } from '@metamask/eth-sig-util';

0 commit comments

Comments
 (0)