diff --git a/.eslintrc.js b/.eslintrc.js index ebc08582..3817d7b1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,5 +13,8 @@ module.exports = { "no-empty": "off", "no-prototype-builtins": "off", "no-unused-vars": "warn" + }, + "globals": { + "HYDROGEN_VERSION": "readonly" } };