From b5a58aa1ccde0149606fe476897f103450ef47a7 Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Thu, 16 Sep 2021 20:35:31 +0300 Subject: [PATCH] build: :rotating_light: disable template expression rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index da47bb89..888dda0f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,7 @@ "curly": "error", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-function-return-type": "error", + "@typescript-eslint/restrict-template-expressions": "off", "@typescript-eslint/no-unused-vars": [ "warn", {