From c8cb0040ee3e94b59aae8fd5d792fbe9e8257ff2 Mon Sep 17 00:00:00 2001 From: Kristoffer 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',