diff --git a/.eslintrc.js b/.eslintrc.js index 923f8cfa..16358af0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,6 +9,7 @@ module.exports = { }, globals: { enz: true, + xhr_calls: true, }, plugins: [ 'react' diff --git a/public/index.html b/public/index.html index 148f956e..25907bcf 100644 --- a/public/index.html +++ b/public/index.html @@ -30,13 +30,15 @@