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 JohnNilsson committed Sep 9, 2017
1 parent ae40264 commit c8cb004
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 c8cb004

Please sign in to comment.