From 914e373058526290691b5b03135a0b6d1736e4ea Mon Sep 17 00:00:00 2001 From: Divlo Date: Wed, 16 Mar 2022 11:39:21 +0100 Subject: [PATCH] fix: relax `@typescript-eslint/await-thenable` --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 093ed74..7c03f8f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -235,7 +235,6 @@ "@typescript-eslint/require-await": "error", "@typescript-eslint/adjacent-overload-signatures": "error", - "@typescript-eslint/await-thenable": "error", "@typescript-eslint/array-type": [ "error", { "default": "array-simple" }