aboutsummaryrefslogtreecommitdiff
path: root/node_modules/passport-strategy/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/passport-strategy/.jshintrc')
-rw-r--r--node_modules/passport-strategy/.jshintrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/passport-strategy/.jshintrc b/node_modules/passport-strategy/.jshintrc
deleted file mode 100644
index a07354b..0000000
--- a/node_modules/passport-strategy/.jshintrc
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "node": true,
-
- "bitwise": true,
- "camelcase": true,
- "curly": true,
- "forin": true,
- "immed": true,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "noempty": true,
- "nonew": true,
- "quotmark": "single",
- "undef": true,
- "unused": true,
- "trailing": true,
-
- "laxcomma": true
-}