Skip to content

Commit

Permalink
fix eslint peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Jul 19, 2021
1 parent 10c03a9 commit 93ceb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsdoc": "^25.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^25.1.0",
Expand Down

0 comments on commit 93ceb3d

Please sign in to comment.