We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b0b98 commit a9a4fb7Copy full SHA for a9a4fb7
.eslintrc
@@ -37,6 +37,7 @@ rules:
37
no-var: error
38
valid-jsdoc: [ warn, { prefer: { "arg": "param", "argument": "param", "class": "constructor", "return": "returns", "virtual": "abstract" } } ]
39
promise/no-nesting: off
40
+ promise/valid-params: off # we use Bluebird which isn't supported properly
41
import/first: error
42
import/newline-after-import: error
43
import/no-named-as-default: off
0 commit comments