Skip to content

Commit

Permalink
feat(eslint-config): enable return-await
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
  • Loading branch information
bajtos committed Nov 28, 2019
1 parent 5bf50b7 commit 7d0677b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ module.exports = {
'@typescript-eslint/no-misused-promises': 'error',

'@typescript-eslint/prefer-optional-chain': 'error',
'@typescript-eslint/return-await': 'error',
},

overrides: [
Expand Down

0 comments on commit 7d0677b

Please sign in to comment.