Skip to content

Commit

Permalink
refactor: add an eslint exclusion
Browse files Browse the repository at this point in the history
The rule needs to be fixed to deal with imports that just include the
text of one of the modules i.e. crypto.
  • Loading branch information
kanej committed May 10, 2024
1 parent f9820e5 commit fc4991c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import debug from "debug";
import os from "node:os";
import { execFile } from "node:child_process";
import { promisify } from "node:util";
// TODO: remove this line after rebasing on the fix
// eslint-disable-next-line no-restricted-imports
import { keccak256 } from "@nomicfoundation/hardhat-utils/crypto";
import { bytesToHexString } from "@nomicfoundation/hardhat-utils/bytes";
import { download } from "../../utils/download.js";
Expand Down

0 comments on commit fc4991c

Please sign in to comment.