Skip to content

Commit

Permalink
Allow use of double quotes where sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Sep 20, 2023
1 parent 6e8b466 commit 7d5284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/.eslintrc-magento
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"no-with": 2,
"one-var": [2, "always"],
"operator-assignment": [2, "always"],
"quotes": [2, "single", {"allowTemplateLiterals": true}],
"quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
"radix": 2,
"semi": [2, "always"],
"semi-spacing": 2,
Expand Down

0 comments on commit 7d5284d

Please sign in to comment.