We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e95bab commit c603020Copy full SHA for c603020
index.js
@@ -35,7 +35,7 @@ module.exports = {
35
'promise/no-nesting': 'warn',
36
'promise/no-promise-in-callback': 'warn',
37
'promise/no-callback-in-promise': 'warn',
38
- 'promise/avoid-new': 'warn',
+ 'promise/avoid-new': 'off',
39
'promise/no-new-statics': 'error',
40
'promise/no-return-in-finally': 'warn',
41
'promise/valid-params': 'warn'
0 commit comments