diff options
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/.jshintrc | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc index 47dc88e0b..15f3862a9 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,15 +1,14 @@ { "camelcase": true, - "curly": true, - "eqeqeq": true, - "immed": true, - "indent": 2, - "newcap": true, - "noarg": true, - "node": true, - "nonbsp": true, - "quotmark": "single", - "strict": true, - "trailing": true, - "undef": true + "curly" : true, + "eqeqeq" : true, + "immed" : true, + "newcap" : true, + "noarg" : true, + "node" : true, + "nonbsp" : true, + "quotmark" : "single", + "strict" : true, + "trailing" : true, + "undef" : true } |
