From 662622ff9463b0d3c1da354f21bd40f303d9d11e Mon Sep 17 00:00:00 2001 From: Marson Kotovi4 <137284002+MarsonKotovi4@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:18:39 +0200 Subject: [PATCH] Update only-hardhat-error.js --- .../lib/rules/only-hardhat-error.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint-plugin-hardhat-internal-rules/lib/rules/only-hardhat-error.js b/packages/eslint-plugin-hardhat-internal-rules/lib/rules/only-hardhat-error.js index a1c041578b..fbadddea86 100644 --- a/packages/eslint-plugin-hardhat-internal-rules/lib/rules/only-hardhat-error.js +++ b/packages/eslint-plugin-hardhat-internal-rules/lib/rules/only-hardhat-error.js @@ -57,4 +57,3 @@ module.exports = { function isHardhatError(expression, typeChecker) { return getExpressionClassName(expression, typeChecker) === "HardhatError"; } -}