From 433e1dc7677c82aee75f4f930b431180f3aab98d Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 8 Mar 2022 02:11:22 +0100 Subject: [PATCH] turned off warnings for non null asertion --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d247a9a0a..ba6e77545 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -74,7 +74,8 @@ "error", { "argsIgnorePattern": "^(_|e|event)" } ], - "@typescript-eslint/no-var-requires": "error" + "@typescript-eslint/no-var-requires": "error", + "@typescript-eslint/no-non-null-assertion": "off" } // "parserOptions": { // "project": "./tsconfig.json"