From: Zlatan Vasović Date: Sun, 16 Feb 2014 18:57:39 +0000 (+0100) Subject: Improve grunt/.jshintrc X-Git-Tag: v3.2.0~426^2~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12760%2Fhead;p=thirdparty%2Fbootstrap.git Improve grunt/.jshintrc --- diff --git a/grunt/.jshintrc b/grunt/.jshintrc index ddc04c9a54..47dc88e0be 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,5 +1,4 @@ { - "asi": false, "camelcase": true, "curly": true, "eqeqeq": true, @@ -7,10 +6,10 @@ "indent": 2, "newcap": true, "noarg": true, + "node": true, "nonbsp": true, "quotmark": "single", - "undef": true, "strict": true, "trailing": true, - "node" : true + "undef": true }