From 822e2c5855c40cd8b6f9e7ab1d84b03411e6e9cf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 2 Apr 2014 09:43:40 +0300 Subject: [PATCH] Update JSHint to 2.5.0. --- .jshintrc | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 0c381a19..5d47cc88 100644 --- a/.jshintrc +++ b/.jshintrc @@ -9,7 +9,6 @@ "plusplus": false, "quotmark": "single", "strict": false, - "trailing": true, "undef": true, "unused": true } diff --git a/package.json b/package.json index e814cc5c..ecc14195 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "commander": "2.2.x" }, "devDependencies": { - "jshint": "2.4.x", + "jshint": "2.5.x", "nock": "0.27.x", "vows": "0.7.x" }, -- 2.34.1