From 5d4ffd903d2d59080cb6630acced10558030fb50 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 16 Jun 2023 17:13:50 +0200 Subject: [PATCH] reminder --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 57d38cb9a..47fd1b684 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -93,6 +93,7 @@ } ], "@typescript-eslint/promise-function-async": "warn" + // "@typescript-eslint/no-unnecessary-condition": "error" TODO ADD THIS }, "parserOptions": { "ecmaVersion": 12,