Skip to content

Commit

Permalink
fix: disable require-await
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Mar 7, 2018
1 parent ccb7127 commit 0797901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module.exports = {
'no-with': 'error',
'prefer-promise-reject-errors': 'error',
radix: 'warn',
'require-await': 'error',
'require-await': 'off',
'vars-on-top': 'off', // todo: maybe warn later
'wrap-iife': ['error', 'inside'],
yoda: 'error',
Expand Down

0 comments on commit 0797901

Please sign in to comment.