Skip to content

Commit

Permalink
disable import/no-cycle linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Aug 21, 2024
1 parent 3500003 commit 744c62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-eth-contract/src/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ import {
getSendTxParams,
isWeb3ContractContext,
} from './utils.js';
// eslint-disable-next-line import/no-cycle
import { DeployerMethodClass } from './contract-deployer-method-class.js';

type ContractBoundMethod<
Expand Down

0 comments on commit 744c62e

Please sign in to comment.