From 2a97a4233d3004afd6236bdda1957ca3d360afe8 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 13 Jan 2015 22:26:33 +1100 Subject: [PATCH] remove invalid jshint options --- .jshintrc | 2 -- 1 file changed, 2 deletions(-) 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,