Skip to content

Commit 70da04c

Browse files
committed
Allow use of template literals
1 parent 730dae5 commit 70da04c

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
@@ -84,7 +84,7 @@
8484
"no-with": 2,
8585
"one-var": [2, "always"],
8686
"operator-assignment": [2, "always"],
87-
"quotes": [2, "single", {"avoidEscape": true}],
87+
"quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
8888
"radix": 2,
8989
"semi": [2, "always"],
9090
"semi-spacing": 2,

0 commit comments

Comments
 (0)