From dd60fcb4673e118c7f8f10be86f1b6c475b224e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 16 Feb 2014 19:57:39 +0100 Subject: [PATCH] Improve grunt/.jshintrc --- grunt/.jshintrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }