Skip to content

Commit

Permalink
Add catch-or-return
Browse files Browse the repository at this point in the history
Fixes #129
  • Loading branch information
voxpelli committed Jul 6, 2019
1 parent 62e9337 commit d4ddf83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"node/no-deprecated-api": "error",
"node/process-exit-as-throw": "error",

"promise/catch-or-return": "error",
"promise/param-names": "error",

"standard/no-callback-literal": "error"
Expand Down

0 comments on commit d4ddf83

Please sign in to comment.