diff --git a/package.json b/package.json index d3a22477a..0573a726b 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,10 @@ }, "scripts": { "postinstall": "bower install" + }, + "eslintConfig": { + "globals": { + "window": true + } } }