From 47345afd3c9252c2cdf843908c589eb27cbe832b Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 21 Sep 2019 19:25:14 +0200 Subject: [PATCH] Update .eslintrc.yml --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index a684a72a..d98d45a1 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -93,3 +93,4 @@ rules: - single - allowTemplateLiterals: true '@typescript-eslint/no-non-null-assertion': off + '@typescript-eslint/no-unnecessary-condition': off