From 622a42cf2fb016340dd26663a40a40c3d1217f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Thu, 21 Sep 2023 14:54:07 +0200 Subject: [PATCH] Disabled the rule no-non-null-assertion --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6466e219..f6499ac7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,6 +49,7 @@ "@typescript-eslint/strict-boolean-expressions": "error", "@typescript-eslint/switch-exhaustiveness-check": "error", "@typescript-eslint/typedef": "error", + "@typescript-eslint/no-non-null-assertion": "off" }, "overrides": [ {