Skip to content

Commit

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

0 comments on commit 85e4237

Please sign in to comment.