-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Enhancements and Fixes for Hardhat #6078
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/eslint-plugin-hardhat-internal-rules/lib/rules/only-hardhat-error.js
Outdated
Show resolved
Hide resolved
@MarsonKotovi4 the lint workflow is failing. Could you take a look and fix the eslint errors before we merge the PR? |
@schaable fixed lint |
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2024 Hardhat Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
-Renamed function arguments (e.g., tc to typeChecker) for better context clarity.
-Corrected test descriptions to align with the actual behavior being tested.
-Fixed typos in comments and variable names to improve code readability and quality.
-Removed redundant checks and optimized certain conditions in modules.
-Updated comments to accurately reflect recent code changes.