Skip to content

Commit

Permalink
🔨 Allow untagged template literals in default ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
botimer committed Feb 22, 2018
1 parent 594b4b9 commit dda5279
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 dda5279

Please sign in to comment.