forked from mystiq/hydrogen-web
fix lint
This commit is contained in:
parent
3fd2d39898
commit
261b17d36c
1 changed files with 3 additions and 0 deletions
|
@ -13,5 +13,8 @@ module.exports = {
|
||||||
"no-empty": "off",
|
"no-empty": "off",
|
||||||
"no-prototype-builtins": "off",
|
"no-prototype-builtins": "off",
|
||||||
"no-unused-vars": "warn"
|
"no-unused-vars": "warn"
|
||||||
|
},
|
||||||
|
"globals": {
|
||||||
|
"HYDROGEN_VERSION": "readonly"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue