Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
allow template literals
Browse files Browse the repository at this point in the history
  • Loading branch information
genediazjr committed Aug 24, 2016
1 parent 4debb1e commit 91981c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,11 @@
],
"quotes": [
2,
"single"
"single",
{
"avoidEscape": true,
"allowTemplateLiterals": true
}
],
"one-var": [
2,
Expand Down

0 comments on commit 91981c4

Please sign in to comment.