From e8a9c870d3422ccb945892d3e84d69872f12067a Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 20 Sep 2022 14:41:19 +0200 Subject: [PATCH] added note --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 16e1d8f21..391b32059 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -70,10 +70,9 @@ "checksVoidReturn": false } ], - // "@typescript-eslint/no-floating-promises": "error" "@typescript-eslint/promise-function-async": "warn" + // "@typescript-eslint/no-floating-promises": "error" // consider adding these // "@typescript-eslint/strict-boolean-expressions": "warn", - // "@typescript-eslint/no-unnecessary-condition": "warn" }, "overrides": [ {