Skip to content

Commit adfb729

Browse files
MarsonKotovi4schaable
authored andcommitted
Update only-hardhat-error.js
1 parent 47da15e commit adfb729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-hardhat-internal-rules/lib/rules/only-hardhat-error.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
},
5555
};
5656

57-
function isHardhatError(expression, typeChecker) { // tc -> typeChecker для лучшей читаемости
57+
function isHardhatError(expression, typeChecker) {
5858
return getExpressionClassName(expression, typeChecker) === "HardhatError";
5959
}
6060
}

0 commit comments

Comments
 (0)