Skip to content

Commit a9a4fb7

Browse files
author
Andre Rabold
committed
Don't warn on promise param errors
1 parent 36b0b98 commit a9a4fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ rules:
3737
no-var: error
3838
valid-jsdoc: [ warn, { prefer: { "arg": "param", "argument": "param", "class": "constructor", "return": "returns", "virtual": "abstract" } } ]
3939
promise/no-nesting: off
40+
promise/valid-params: off # we use Bluebird which isn't supported properly
4041
import/first: error
4142
import/newline-after-import: error
4243
import/no-named-as-default: off

0 commit comments

Comments
 (0)