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