From 4cff38c8f7b65dab1fd72ea835ea7288327d1056 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 22:20:52 -0400 Subject: Fixed admin bug --- node_modules/passport-strategy/.jshintrc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 node_modules/passport-strategy/.jshintrc (limited to 'node_modules/passport-strategy/.jshintrc') 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 -} -- cgit v1.2.3