diff --git a/grunt/.jshintrc b/grunt/.jshintrc index c812e59d84..8d402b53c2 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,10 +1,10 @@ { - "curly" : true, - "eqeqeq" : true, - "newcap" : true, - "noarg" : true, - "node" : true, - "nonbsp" : true, - "strict" : true, - "undef" : true + "curly" : true, + "eqeqeq": true, + "newcap": true, + "noarg" : true, + "node" : true, + "nonbsp": true, + "strict": true, + "undef" : true }