From e5f94f545fb9b96fd2ee327920cf5547249c9c81 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Wed, 20 Sep 2023 16:52:14 +0100 Subject: [PATCH] Allow use of template literals --- eslint/.eslintrc-magento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/.eslintrc-magento b/eslint/.eslintrc-magento index 7d35e359..9ab8470f 100644 --- a/eslint/.eslintrc-magento +++ b/eslint/.eslintrc-magento @@ -160,7 +160,7 @@ "prefer-const": [2, {"destructuring": "all"}], "prefer-promise-reject-errors": 2, "quote-props": [2, "as-needed"], - "quotes": [2, "single", {"avoidEscape": true}], + "quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}], "radix": 2, "require-yield": 2, "rest-spread-spacing": [2, "never"],