Skip to content

Commit

Permalink
fix: pin eslint-plugin-jsdoc (#1579)
Browse files Browse the repository at this point in the history
The latest `eslint-plugin-jsdoc` broke rule resolution, pin until gajus/eslint-plugin-jsdoc#1277 is fixed.
  • Loading branch information
achingbrain committed Jul 29, 2024
1 parent fe833e3 commit c4f998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"eslint-config-ipfs": "^7.0.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "48.8.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"execa": "^8.0.1",
Expand Down

0 comments on commit c4f998c

Please sign in to comment.