Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from ShikChen/patch-1
Browse files Browse the repository at this point in the history
Require using Error objects in Promise rejection
  • Loading branch information
philipwalton committed Jan 31, 2019
2 parents d833369 + 0b02f5b commit 9a468ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -139,7 +139,7 @@ module.exports = {
// 'no-void': 0,
// 'no-warning-comments': 0,
'no-with': 2,
// 'prefer-promise-reject-errors': 0,
'prefer-promise-reject-errors': 2,
// 'radix': 0,
// 'require-await': 0,
// 'vars-on-top': 0,
Expand Down

0 comments on commit 9a468ad

Please sign in to comment.