Skip to content

Commit 4e2b067

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
2+
13
import type { TypedTransaction } from '@ethereumjs/tx';
24
import { TransactionFactory } from '@ethereumjs/tx';
35
import type { TypedDataV1, TypedMessage } from '@metamask/eth-sig-util';

0 commit comments

Comments
 (0)