We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5c5a4 commit fbffbffCopy full SHA for fbffbff
1 file changed
resources/eslint/stylistic.js
@@ -89,7 +89,7 @@ const CONFIG = [
89
],
90
"@stylistic/padded-blocks": "off", // NOTE conflicts with @stylistic/lines-around-comment
91
"@stylistic/quote-props": [ "error", "always" ],
92
- "@stylistic/quotes": [ "error", "double", { "avoidEscape": true, "allowTemplateLiterals": true } ],
+ "@stylistic/quotes": [ "error", "double", { "avoidEscape": true, "allowTemplateLiterals": "avoidEscape" } ],
93
"@stylistic/semi": [ "error", "always" ],
94
"@stylistic/semi-spacing": [ "error", { "before": false, "after": true } ],
95
"@stylistic/space-before-function-paren": [ "error", "always" ],
0 commit comments