We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8b466 commit 7d5284dCopy full SHA for 7d5284d
eslint/.eslintrc-magento
@@ -92,7 +92,7 @@
92
"no-with": 2,
93
"one-var": [2, "always"],
94
"operator-assignment": [2, "always"],
95
- "quotes": [2, "single", {"allowTemplateLiterals": true}],
+ "quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
96
"radix": 2,
97
"semi": [2, "always"],
98
"semi-spacing": 2,
0 commit comments