Skip to content

Commit

Permalink
Merge pull request #246 from magento-commerce/imported-pykettk-magent…
Browse files Browse the repository at this point in the history
…o-coding-standard-364

[Imported] Allow Use of Template Literals
  • Loading branch information
sidolov authored Sep 20, 2023
2 parents c8ce5be + 784a702 commit 6e8b466
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"],
"quotes": [2, "single", {"allowTemplateLiterals": true}],
"radix": 2,
"semi": [2, "always"],
"semi-spacing": 2,
Expand Down

0 comments on commit 6e8b466

Please sign in to comment.