From 784a702a0923366be28ed62f1d2feb2efc27ae98 Mon Sep 17 00:00:00 2001 From: Kiel Pykett Date: Tue, 25 Jan 2022 10:18:06 +0000 Subject: [PATCH] Allow Template Literals --- eslint/.eslintrc-magento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/.eslintrc-magento b/eslint/.eslintrc-magento index 5d403da3..a25fcf5c 100644 --- a/eslint/.eslintrc-magento +++ b/eslint/.eslintrc-magento @@ -84,7 +84,7 @@ "no-with": 2, "one-var": [2, "always"], "operator-assignment": [2, "always"], - "quotes": [2, "single"], + "quotes": [2, "single", {"allowTemplateLiterals": true}], "radix": 2, "semi": [2, "always"], "semi-spacing": 2,