Skip to content

Commit

Permalink
[INTERNAL] ESLint: Allow strings to use backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 15, 2018
1 parent a43ec39 commit a1f43fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = {
],
"quotes": [
"error",
"double"
"double",
{ "allowTemplateLiterals": true }
],
"semi": [
"error",
Expand Down

0 comments on commit a1f43fa

Please sign in to comment.