Skip to content

Commit

Permalink
Allow Template Literals
Browse files Browse the repository at this point in the history
  • Loading branch information
pykettk authored Jan 25, 2022
1 parent 4691601 commit 784a702
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 @@ -84,7 +84,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 784a702

Please sign in to comment.