Skip to content

Commit

Permalink
Merge pull request #939 from spotify/revert-907-patch-1
Browse files Browse the repository at this point in the history
Revert "Add no-floating-promises to TS config"
  • Loading branch information
spotify-kai committed Mar 21, 2022
2 parents 5ea256c + c35ab94 commit 5150372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ module.exports = {
// allow functions to be defined after they're used
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': ['error', 'nofunc'],
// all promises must have appropriate error handling
'@typescript-eslint/no-floating-promises': 'warn',
},
};

0 comments on commit 5150372

Please sign in to comment.