aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-validator/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/express-validator/.jshintrc')
-rw-r--r--node_modules/express-validator/.jshintrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/express-validator/.jshintrc b/node_modules/express-validator/.jshintrc
new file mode 100644
index 0000000..0b4436f
--- /dev/null
+++ b/node_modules/express-validator/.jshintrc
@@ -0,0 +1,18 @@
+{
+ "regexdash": true,
+ "browser": true,
+ "trailing": true,
+ "sub": true,
+ "curly": true,
+ "eqeqeq": true,
+ "indent": 4,
+ "latedef": "nofunc",
+ "newcap": true,
+ "unused": true,
+ "eqnull": true,
+ "bitwise": true,
+ "noarg": true,
+ "noempty": true,
+ "nonew": true,
+ "node": true
+} \ No newline at end of file