From: XhmikosR Date: Mon, 4 Nov 2013 11:06:39 +0000 (+0200) Subject: Update JSHint's options. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0443f98b09c1d35be95b6c8d9c70bf62bd20c965;p=clean-css.git Update JSHint's options. Enable indent option and move multistr option where is needed only. --- diff --git a/package.json b/package.json index 577ce978..80d59312 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,9 @@ "eqeqeq": false, "eqnull": true, "immed": true, + "indent": 2, "latedef": true, - "multistr": true, + "multistr": false, "noarg": true, "node": true, "plusplus": false, diff --git a/test/unit-test.js b/test/unit-test.js index 3608364b..76dfc4fa 100644 --- a/test/unit-test.js +++ b/test/unit-test.js @@ -1,4 +1,4 @@ -/* jshint quotmark: false */ +/* jshint indent: false, multistr: true, quotmark: false */ var vows = require('vows'); var assert = require('assert');