Skip to content

Commit

Permalink
feat: turn off avoid-new in recommended configuration
Browse files Browse the repository at this point in the history
See #111
  • Loading branch information
macklinu committed Mar 12, 2018
1 parent 1e95bab commit c603020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -35,7 +35,7 @@ module.exports = {
'promise/no-nesting': 'warn',
'promise/no-promise-in-callback': 'warn',
'promise/no-callback-in-promise': 'warn',
'promise/avoid-new': 'warn',
'promise/avoid-new': 'off',
'promise/no-new-statics': 'error',
'promise/no-return-in-finally': 'warn',
'promise/valid-params': 'warn'
Expand Down

0 comments on commit c603020

Please sign in to comment.