aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorUnknown2018-06-08 23:04:18 +0100
committerUnknown2018-06-08 23:04:18 +0100
commit400ba1053343f3d4e61d73affc10741813d2728e (patch)
treeac7b0439b5381e998f2fe3777d50b12ab7011c7e /.eslintrc.js
parentd085bfe0cbd2e7862daf7efff6b956809c16ec8d (diff)
progress bar, improved installer
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 9487f17..a882e02 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -17,9 +17,11 @@ module.exports = {
"ecmaVersion": 2017
},
"globals": {
- "$log": function(a) {},
+ "$log": function(){},
"le": {
apps: {}
- }
+ },
+ "$window": function(){},
+ "$alert": function(){}
}
};