From f1b5821f0626d1d462424d6a6abe70584518dcc7 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 8 Jan 2016 01:41:25 -0800 Subject: [PATCH] Remove .jshintrc file --- jshintrc | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 jshintrc diff --git a/jshintrc b/jshintrc deleted file mode 100644 index 1cda009..0000000 --- a/jshintrc +++ /dev/null @@ -1,22 +0,0 @@ -{ - "camelcase": true, - "curly": true, - "eqeqeq": true, - "eqnull": true, - "immed": true, - "indent": 2, - "latedef": true, - "newcap": true, - "noarg": true, - "noempty": true, - "nonew": true, - "plusplus": true, - "quotmark": true, - "trailing": true, - "undef": true, - "unused": true, - "white": true, - "node": true, - "browser": true, - "phantom": true -}