Skip to content

Commit

Permalink
Remove no-use-before-define
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio authored and ScottyPoi committed Aug 27, 2024
1 parent 9a3d707 commit 109670f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/util/src/request.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-use-before-define */
import { RLP } from '@ethereumjs/rlp'
import { concatBytes } from 'ethereum-cryptography/utils'

Expand Down
1 change: 0 additions & 1 deletion packages/util/src/withdrawal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-use-before-define */
import { Address } from './address.js'
import { bigIntToHex, bytesToHex, toBytes } from './bytes.js'
import { BIGINT_0 } from './constants.js'
Expand Down

0 comments on commit 109670f

Please sign in to comment.