From b07aebd585632459d4f4e2b949a6619d5210a98b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Nov 2013 12:10:28 +0200 Subject: [PATCH] Update JSHint options. --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8741478b..8d75b5e1 100644 --- a/package.json +++ b/package.json @@ -37,15 +37,15 @@ "commander": "2.0.x" }, "devDependencies": { - "vows": "0.7.x", - "jshint": "2.3.x" + "jshint": "2.3.x", + "vows": "0.7.x" }, "jshintConfig": { "browser": false, "camelcase": true, "curly": false, "eqeqeq": false, - "eqnull": false, + "eqnull": true, "immed": true, "latedef": true, "multistr": true, @@ -53,7 +53,6 @@ "node": true, "plusplus": false, "quotmark": "single", - "regexp": false, "strict": false, "trailing": true, "undef": true, -- 2.34.1