From: XhmikosR Date: Mon, 4 Nov 2013 10:10:28 +0000 (+0200) Subject: Update JSHint options. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b07aebd585632459d4f4e2b949a6619d5210a98b;p=clean-css.git Update JSHint options. --- 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,