From bef4d03c5dc733e599c20159a63ff06af2ab4d3f Mon Sep 17 00:00:00 2001 From: taeuk-gang Date: Tue, 1 Oct 2019 14:33:45 +0900 Subject: [PATCH] =?UTF-8?q?:wrench:=20#17=20-=20injectGlobal=20method?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.eslintrc.js b/client/.eslintrc.js index da072db..1431dbc 100644 --- a/client/.eslintrc.js +++ b/client/.eslintrc.js @@ -200,7 +200,7 @@ module.exports = { "no-throw-literal": 1, // 루프 탈출 "no-unmodified-loop-condition": 1, - "no-unused-expressions": [1, {"allowTernary": true}], + "no-unused-expressions": [1, {"allowTernary": true, "allowTaggedTemplates": true}], "no-unused-labels": 1, "no-useless-call": 1, // "no-useless-catch": 1,