Skip to content

Commit

Permalink
feat: Allow ESLint 6 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jan 10, 2020
1 parent b13c7f6 commit e474e5e
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 @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/peerigon/eslint-config-peerigon#readme",
"peerDependencies": {
"eslint": "^5.4.0"
"eslint": "^5.4.0 || ^6.0.0"
},
"dependencies": {
"babel-eslint": "^10.0.2",
Expand Down

0 comments on commit e474e5e

Please sign in to comment.