Skip to content

Commit

Permalink
eslint ignore ethers import
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Oct 27, 2024
1 parent 81b9ac0 commit d2b15f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/DecentSablierStreamManagement.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { SignerWithAddress } from '@nomicfoundation/hardhat-ethers/signers';
import { expect } from 'chai';
import hre, { ethers } from 'hardhat';
/* eslint-disable-next-line import/no-extraneous-dependencies */
import { ethers } from 'ethers';
import hre from 'hardhat';
import {
DecentHats_0_1_0,
DecentHats_0_1_0__factory,
Expand Down

0 comments on commit d2b15f1

Please sign in to comment.