summaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.jshintrc b/.jshintrc
index c6fcaf8d..9427f600 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -67,16 +67,17 @@
"AccountsTemplates": true,
// Our objects
- "Utils": true,
+ "EscapeActions": true,
+ "Filter": true,
+ "Mixins": true,
"Popup": true,
"Filter": true,
"Sidebar": true,
- "Mixins": true,
+ "Utils": true,
// XXX Temp, we should remove these
"allowIsBoardAdmin": true,
"allowIsBoardMember": true,
- "currentlyOpenedForm": true,
"Emoji": true
}
}