Skip to content

Commit

Permalink
allowTaggedTemplates to avoid warnings from SC's (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
denkristoffer authored and gaearon committed Jul 1, 2017
1 parent b0cd286 commit df00d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-react-app/index.js
Expand Up @@ -185,6 +185,7 @@ module.exports = {
{
allowShortCircuit: true,
allowTernary: true,
allowTaggedTemplates: true,
},
],
'no-unused-labels': 'warn',
Expand Down

0 comments on commit df00d80

Please sign in to comment.