From eb0e160022bbdd3d10f8a1b91ba8224b06d5345b Mon Sep 17 00:00:00 2001 From: CowPanda Date: Fri, 9 Sep 2016 18:40:14 +0800 Subject: [PATCH] Update package.json fix eslint config error when run gulp in windows. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a062cac..1f93fa5 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,10 @@ }, "scripts": { "postinstall": "bower install" + }, + "eslintConfig": { + "globals": { + "window": true + } } }