Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix: eslint require-returns async rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jun 17, 2019
1 parent 69a3ead commit 929f825
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 224 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"eslint": "5.12.1",
"eslint": "^5.16.0",
"husky": "^1.3.1",
"prettier": "^1.16.4",
"semantic-release": "^15.13.3"
Expand All @@ -70,12 +70,12 @@
"babel-eslint": "^10.0.1",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-jsdoc": "^7.2.3",
"eslint-plugin-jsdoc": "^8.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4"
},
"peerDependencies": {
"eslint": "5.12.1",
"eslint": "^5.16.0",
"prettier": ">=1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 929f825

Please sign in to comment.