aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index e1ec98f2..71ec9988 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -3,19 +3,7 @@
"env": {
"browser": true
},
- "globals": {
- "engine": true,
- "Modernizr": false,
- "ga": false,
- "mixpanel": false,
- "moment": false,
- "fullscreen": false,
- "Raven": false,
- "templates": false,
- "Hogan": false,
- "locale_json": false,
- "bootbox": false
- },
+ "globals": {},
"rules": {
"no-const-assign": 1,
"no-this-before-super": 1,