This commit is contained in:
Bruno Windels 2021-12-01 17:27:13 +01:00
parent 3fd2d39898
commit 261b17d36c
1 changed files with 3 additions and 0 deletions

View File

@ -13,5 +13,8 @@ module.exports = {
"no-empty": "off",
"no-prototype-builtins": "off",
"no-unused-vars": "warn"
},
"globals": {
"HYDROGEN_VERSION": "readonly"
}
};