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 -}