Skip to content

Commit

Permalink
chore(eslint): disable false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Sep 30, 2024
1 parent 8d8a883 commit 7e43d4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/keyring-snap-bridge/src/SnapKeyring.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 7e43d4b

Please sign in to comment.