Skip to content

Commit

Permalink
Add peer support for ESLint 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Jun 14, 2020
1 parent ce039d5 commit ace59db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "jest"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.2.0",
"eslint-formatter-pretty": "^3.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.21.2",
Expand All @@ -46,11 +46,11 @@
"prettier": "^2.0.5"
},
"dependencies": {
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0"
},
"peerDependencies": {
"eslint": "^6.0.0",
"eslint": "^6.0.0 || ^7.0.0",
"eslint-plugin-eslint-comments": "^3.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^23.0.0",
Expand Down

0 comments on commit ace59db

Please # to comment.