Skip to content

Commit fbffbff

Browse files
committed
fix: fix eslint stylistic rules
1 parent cb5c5a4 commit fbffbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/eslint/stylistic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const CONFIG = [
8989
],
9090
"@stylistic/padded-blocks": "off", // NOTE conflicts with @stylistic/lines-around-comment
9191
"@stylistic/quote-props": [ "error", "always" ],
92-
"@stylistic/quotes": [ "error", "double", { "avoidEscape": true, "allowTemplateLiterals": true } ],
92+
"@stylistic/quotes": [ "error", "double", { "avoidEscape": true, "allowTemplateLiterals": "avoidEscape" } ],
9393
"@stylistic/semi": [ "error", "always" ],
9494
"@stylistic/semi-spacing": [ "error", { "before": false, "after": true } ],
9595
"@stylistic/space-before-function-paren": [ "error", "always" ],

0 commit comments

Comments
 (0)