aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
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(){}
}
};