Skip to content

Commit

Permalink
fix: turn off base rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 10, 2022
1 parent 2ad7d4c commit a4e9d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ module.exports = {
'@typescript-eslint/prefer-for-of': 'error',
'@typescript-eslint/prefer-function-type': 'error',
'@typescript-eslint/return-await': 'error',
// turning off the base rule is recommended by ts-eslint
"no-return-await": "off",
'@typescript-eslint/quotes': [
'error',
'single',
Expand Down

0 comments on commit a4e9d91

Please sign in to comment.