diff --git a/.jshintrc b/.jshintrc index 9337f7e7ea..f6a65273be 100644 --- a/.jshintrc +++ b/.jshintrc @@ -5,7 +5,6 @@ "camelcase": true, "unused": true, "eqnull": true, - "proto": true, "newcap": true, "supernew": true, "noyield": true, @@ -14,7 +13,6 @@ "boss": true, "expr": true, "undef": true, - "white": true, "maxparams": 5, "maxdepth": 4,