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 + } } }