From df00d8071abf8dac07510d76beb09b3f15b6f721 Mon Sep 17 00:00:00 2001
From: Kristoffer <denkristoffer@users.noreply.github.com>
Date: Sat, 1 Jul 2017 16:49:49 +0200
Subject: [PATCH] allowTaggedTemplates to avoid warnings from SC's (#2701)

---
 packages/eslint-config-react-app/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js
index 7298a8c3b..a8b900f94 100644
--- a/packages/eslint-config-react-app/index.js
+++ b/packages/eslint-config-react-app/index.js
@@ -185,6 +185,7 @@ module.exports = {
       {
         allowShortCircuit: true,
         allowTernary: true,
+        allowTaggedTemplates: true,
       },
     ],
     'no-unused-labels': 'warn',
-- 
GitLab