From 7abcc179e5c4e29a1353ca13ecdfa3c67cd6321d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 8 Feb 2024 22:49:11 +0100 Subject: [PATCH] feat: add `@typescript-eslint/no-useless-template-literals` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 9f376f6..acf50c1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -261,6 +261,7 @@ ], "no-useless-constructor": "off", "@typescript-eslint/no-useless-constructor": "error", + "@typescript-eslint/no-useless-template-literals": "error", "@typescript-eslint/adjacent-overload-signatures": "error", "@typescript-eslint/array-type": [