Skip to content

Commit e5f94f5

Browse files
committed
Allow use of template literals
1 parent 24a3a64 commit e5f94f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint/.eslintrc-magento

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"prefer-const": [2, {"destructuring": "all"}],
161161
"prefer-promise-reject-errors": 2,
162162
"quote-props": [2, "as-needed"],
163-
"quotes": [2, "single", {"avoidEscape": true}],
163+
"quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
164164
"radix": 2,
165165
"require-yield": 2,
166166
"rest-spread-spacing": [2, "never"],

0 commit comments

Comments
 (0)