We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730dae5 commit 70da04cCopy full SHA for 70da04c
eslint/.eslintrc-magento
@@ -84,7 +84,7 @@
84
"no-with": 2,
85
"one-var": [2, "always"],
86
"operator-assignment": [2, "always"],
87
- "quotes": [2, "single", {"avoidEscape": true}],
+ "quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
88
"radix": 2,
89
"semi": [2, "always"],
90
"semi-spacing": 2,
0 commit comments