Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.2",
"eslint": "^9.28.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "10.1.8",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While upgrading eslint-config-prettier is a good step, its companion package eslint-plugin-prettier (currently on line 64 at version 3.4.0) is significantly outdated and should be upgraded as well to ensure compatibility with ESLint 9 and Prettier 3. The latest version is 5.1.3.

Upgrading eslint-plugin-prettier to v5+ is a breaking change. Its recommended configuration no longer disables the arrow-body-style and prefer-arrow-callback ESLint rules. You may need to run pnpm eslint --fix after upgrading to address any new linting errors.

"eslint-plugin-import": "2.27.5",
"eslint-plugin-no-only-tests": "3.0.0",
"eslint-plugin-prettier": "3.4.0",
Expand Down
Loading