From 14145df9c789de42e0cbcc9ff445e637f64cb8ca Mon Sep 17 00:00:00 2001 From: Divlo Date: Wed, 16 Mar 2022 11:40:14 +0100 Subject: [PATCH] fix: relax `@typescript-eslint/no-misused-promises` --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7c03f8f..ca0b1bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -291,7 +291,6 @@ "@typescript-eslint/no-for-in-array": "error", "@typescript-eslint/no-invalid-void-type": "error", "@typescript-eslint/no-misused-new": "error", - "@typescript-eslint/no-misused-promises": "error", "@typescript-eslint/no-non-null-asserted-optional-chain": "error", "@typescript-eslint/no-non-null-assertion": "error", "@typescript-eslint/no-this-alias": [