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 4e2b067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/keyring-snap-bridge/src/SnapKeyring.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @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 4e2b067

Please sign in to comment.