summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-06-24 10:30:31 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-06-24 11:41:37 -0400
commitd2dd36b4558f483682f3c672630fdcb36a96d4d2 (patch)
treeb6f5dd183cbd14df389513a0950e1bb9da79fe47 /.jshintrc
parent4722bb5703d7c53ed802e6d21c951cee061e9181 (diff)
downloadasync-d2dd36b4558f483682f3c672630fdcb36a96d4d2.tar.gz
Improve the detection of global/root object
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 7427dce..c66d74c 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -20,6 +20,7 @@
"browser": true,
"node": true,
"globals": {
+ "self": true,
"define": true
}
}