Skip to content

Commit

Permalink
fix: bump eslint to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed May 9, 2020
1 parent ac81056 commit 8d02ca7
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 @@ -9,14 +9,14 @@
"index.js"
],
"peerDependencies": {
"eslint": "^6.0.0"
"eslint": "^7.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
Expand Down

0 comments on commit 8d02ca7

Please sign in to comment.