Skip to content

Commit 9b2b24a

Browse files
denkristofferromaindso
authored andcommitted
allowTaggedTemplates to avoid warnings from SC's (facebook#2701)
1 parent 87fde24 commit 9b2b24a

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-react-app

1 file changed

+1
-0
lines changed

packages/eslint-config-react-app/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ module.exports = {
185185
{
186186
allowShortCircuit: true,
187187
allowTernary: true,
188+
allowTaggedTemplates: true,
188189
},
189190
],
190191
'no-unused-labels': 'warn',

0 commit comments

Comments
 (0)