aboutsummaryrefslogtreecommitdiff
path: root/node_modules/escope/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/escope/.jshintrc')
-rw-r--r--node_modules/escope/.jshintrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/escope/.jshintrc b/node_modules/escope/.jshintrc
new file mode 100644
index 000000000..defbf0263
--- /dev/null
+++ b/node_modules/escope/.jshintrc
@@ -0,0 +1,20 @@
+{
+ "curly": true,
+ "eqeqeq": true,
+ "immed": true,
+ "indent": 4,
+ "eqnull": true,
+ "latedef": true,
+ "noarg": true,
+ "noempty": true,
+ "quotmark": "single",
+ "undef": true,
+ "unused": true,
+ "strict": true,
+ "trailing": true,
+ "validthis": true,
+
+ "onevar": true,
+
+ "node": true
+}