Skip to content

Commit

Permalink
Merge pull request #3 from mlibrary/eslint-template-literals
Browse files Browse the repository at this point in the history
Allow untagged template literals in default ESLint config
  • Loading branch information
daaang committed Feb 22, 2018
2 parents 594b4b9 + dda5279 commit 05224cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}],
"operator-linebreak": ["error", "before"],
"prefer-const": ["error", {"destructuring": "all"}],
"quotes": ["error", "double", {"avoidEscape": true}],
"quotes": ["error", "double", {"avoidEscape": true, "allowTemplateLiterals": true}],
"semi": ["error", "always"],
"space-before-function-paren": ["error", "always"]
}
Expand Down

0 comments on commit 05224cf

Please sign in to comment.