aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index df127b0..e5eeffd 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -3,9 +3,11 @@
"laxcomma": true,
"undef": true,
"jquery": true,
+ "browser": true,
"globals": {
"fiveui": false,
"$5": false,
- "exports": false
+ "exports": false,
+ "_": true
}
}