Skip to content

Commit 7e43d4b

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

0 commit comments

Comments
 (0)