Skip to content

Commit

Permalink
- Linting: Loosen to allow template literals of a single dynamic portion
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 9, 2020
1 parent 5e506bb commit a9788e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ module.exports = {
'LogicalExpression',
'ConditionalExpression',
// This can have design features but preventing to avoid ugliness
'TemplateLiteral',
'TemplateLiteral[expressions.length <= 1]',
],
},
],
Expand Down

0 comments on commit a9788e8

Please sign in to comment.