diff --git a/.eslintrc b/.eslintrc index ac35bb10..fa3aca98 100644 --- a/.eslintrc +++ b/.eslintrc @@ -32,10 +32,10 @@ "react/wrap-multilines": 1 }, "globals": { - "Raven": true, "Intercom": true, - "fetch": true - } + "fetch": true, + "require": true + }, "plugins": [ "react" ], diff --git a/index.html b/index.html index 39ebca26..a70a70db 100644 --- a/index.html +++ b/index.html @@ -51,9 +51,6 @@ ga('create', 'UA-60614729-2', 'auto'); - - -