From ddd3820afc9a04450960a828707a8f0fa82b5524 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sun, 24 Jun 2018 20:06:14 +0800 Subject: [PATCH] =?UTF-8?q?build(eslint):=20add=20global=20variable=20?= =?UTF-8?q?=E2=80=98chrome=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3d09433..9affda5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,5 +32,8 @@ "plugins": [ "babel", "react" - ] + ], + "globals": { + "chrome": true + } }