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