From 78720f9548ac3622af116806633cd81786433f9f Mon Sep 17 00:00:00 2001 From: Andrei Neculau Date: Wed, 26 Feb 2020 22:50:23 +0100 Subject: [PATCH] Revert "mention _.asyncCb as a middle-way solution to @typescript-eslint/no-misused-promises in callbacks" This reverts commit 5270f9026a50462d337a47328c958501dde9944e. --- configs/typescript.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/typescript.js b/configs/typescript.js index ce63023..7cef504 100644 --- a/configs/typescript.js +++ b/configs/typescript.js @@ -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',