aboutsummaryrefslogtreecommitdiff
path: root/node_modules/passport-strategy/.jshintrc
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
commit4cff38c8f7b65dab1fd72ea835ea7288327d1056 (patch)
treeac93acd69e77eef1e352af953d56238d70ea9c5d /node_modules/passport-strategy/.jshintrc
parente11dd98c9a55cd1742d221e3b1ea90d31e240fa8 (diff)
Fixed admin bug
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
-}