From 6c586c9033c6bc302f68caa2e3dc08456fd858e3 Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Thu, 16 Sep 2021 19:01:45 +0300 Subject: [PATCH] build: :rotating_light: turn off any rule We have to have any types for Qt API anyway. --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index b36aa093..cac5b100 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,6 +23,7 @@ ], "rules": { "curly": "error", + "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/naming-convention": [ "error", {