Replaced window with global and modified eslintrc

This commit is contained in:
Samuel Crypto
2018-10-15 17:27:07 -04:00
parent 70511e2722
commit 3a0af38900
5 changed files with 14 additions and 13 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ module.exports = {
"XPCOMUtils": true,
"OS": true,
"ADDON_UNINSTALL": true,
"ADDON_DISABLE": true
"ADDON_DISABLE": true,
"proxifiedContainers": true
},
"plugins": [
"promise",