aboutsummaryrefslogtreecommitdiff
path: root/node_modules/globule/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/globule/.jshintrc')
-rw-r--r--node_modules/globule/.jshintrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/node_modules/globule/.jshintrc b/node_modules/globule/.jshintrc
new file mode 100644
index 000000000..2c40c4443
--- /dev/null
+++ b/node_modules/globule/.jshintrc
@@ -0,0 +1,15 @@
+{
+ "curly": true,
+ "eqeqeq": true,
+ "immed": true,
+ "latedef": true,
+ "newcap": true,
+ "noarg": true,
+ "sub": true,
+ "undef": true,
+ "unused": true,
+ "boss": true,
+ "eqnull": true,
+ "node": true,
+ "es5": true
+}