From fcfcef3249a312c1d768c138d491f92d02d728be Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Fri, 30 Jun 2017 15:52:05 +0200 Subject: [PATCH] allowTaggedTemplates to avoid warnings from SC's --- 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 7298a8c3b3d..a8b900f940d 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',