Skip to content

Commit

Permalink
Update dependency eslint to v6 (#6)
Browse files Browse the repository at this point in the history
* Update dependency eslint to v6

* Still allow eslint 5 usage

Co-authored-by: Renovate Bot <renovatebot@gmail.com>
Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 31, 2019
1 parent cab8f79 commit 6bef652
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 @@ -29,12 +29,12 @@
},
"devDependencies": {
"doctoc": "^1.3.0",
"eslint": "^5.0.0",
"eslint": "^6.0.0",
"lodash.defaultsdeep": "^4.6.0",
"prettier": "^1.5.2"
},
"peerDependencies": {
"eslint": "^5.0.0"
"eslint": "^6.0.0 || ^5.0.0"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 6bef652

Please sign in to comment.