From 08cbffe2a5f587fc65d7ba52a3cad3d77e390088 Mon Sep 17 00:00:00 2001 From: Musilah Date: Thu, 28 Mar 2024 16:21:48 +0300 Subject: [PATCH] fix linter Signed-off-by: Musilah --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8719891..e7da688 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,5 +9,8 @@ "sourceType": "module" }, "rules": { + "@typescript-eslint/no-unsafe-argument": "off", + "@typescript-eslint/no-throw-literal": "off", + "no-useless-catch": "off" } }