From 261b17d36c6b85ec28e9bc358cc8bccf0a35364e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 1 Dec 2021 17:27:13 +0100 Subject: [PATCH] fix lint --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) 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" } };