Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Revert "mention _.asyncCb as a middle-way solution to @typescript-esl…
Browse files Browse the repository at this point in the history
…int/no-misused-promises in callbacks"

This reverts commit 5270f90.
  • Loading branch information
andreineculau committed Feb 26, 2020
1 parent 5270f90 commit 78720f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ module.exports = {
'no-magic-numbers': 'off',
'@typescript-eslint/no-magic-numbers': _basic.rules['no-magic-numbers'],

// use _.asyncCb from lodash-firecloud@^0.5.23 for async callbacks with sync receivers
// see https://github.com/tobiipro/lodash-firecloud/commit/0f8945b78fb26aa066fc529ba89f1e5e55b63ab2
// see https://github.com/typescript-eslint/typescript-eslint/issues/1637
'@typescript-eslint/no-misused-promises': 'error',

'@typescript-eslint/no-var-requires': 'error',
Expand Down

0 comments on commit 78720f9

Please sign in to comment.