Skip to content

Commit

Permalink
Fix linter errors due to dependencies misconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 17, 2024
1 parent c53090d commit f2dae3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
3 changes: 2 additions & 1 deletion packages/eslint-plugin-hardhat-internal-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"eslint-plugin-eslint-plugin": "^5.0.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "3.4.0",
"mocha": "^10.0.0"
"mocha": "^10.0.0",
"prettier": "2.4.1"
},
"peerDependencies": {
"eslint": "^8.44.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-plugin-slow-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"eslint-doc-generator": "^1.0.0",
"eslint-plugin-eslint-plugin": "^5.0.0",
"eslint-plugin-n": "^16.6.2",
"mocha": "^10.0.0"
"eslint-plugin-prettier": "3.4.0",
"mocha": "^10.0.0",
"prettier": "2.4.1"
},
"peerDependencies": {
"eslint": "^8.44.0"
Expand Down
28 changes: 10 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2dae3f

Please sign in to comment.