Skip to content

Commit d4ddf83

Browse files
committed
Add catch-or-return
Fixes #129
1 parent 62e9337 commit d4ddf83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
"node/no-deprecated-api": "error",
206206
"node/process-exit-as-throw": "error",
207207

208+
"promise/catch-or-return": "error",
208209
"promise/param-names": "error",
209210

210211
"standard/no-callback-literal": "error"

0 commit comments

Comments
 (0)