Update JSHint's options.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 4 Nov 2013 11:06:39 +0000 (13:06 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 5 Nov 2013 10:58:01 +0000 (12:58 +0200)
Enable indent option and move multistr option where is needed only.

package.json
test/unit-test.js

index 577ce97..80d5931 100644 (file)
@@ -47,8 +47,9 @@
     "eqeqeq": false,
     "eqnull": true,
     "immed": true,
+    "indent": 2,
     "latedef": true,
-    "multistr": true,
+    "multistr": false,
     "noarg": true,
     "node": true,
     "plusplus": false,
index 3608364..76dfc4f 100644 (file)
@@ -1,4 +1,4 @@
-/* jshint quotmark: false */
+/* jshint indent: false, multistr: true, quotmark: false */
 
 var vows = require('vows');
 var assert = require('assert');