From 29028af687e190cba743819e3cee6fdd94bfe3dd Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 1 Nov 2014 16:28:31 +0800 Subject: [PATCH] Remove deprecated JSHint options. --- .jshintrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.jshintrc b/.jshintrc index 0918c7458..aa3788f1e 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,8 +11,5 @@ "noarg": true, "undef": true, "strict": false, - "globalstrict": true, - "trailing": true, - "smarttabs": true, - "node": true + "globalstrict": true }