diff --git a/.jshintrc b/.jshintrc index 3f23a40..9260a27 100644 --- a/.jshintrc +++ b/.jshintrc @@ -7,18 +7,16 @@ "undef": true, "unused": true, "quotmark": "single", -"maxlen": 80, -"trailing": true, "newcap": true, "nonew": true, "sub": true, "unused": "vars", "globals": { - "describe": true, - "it": true, - "before": true, - "beforeEach": true, - "after": true, - "afterEach": true + "describe": false, + "it": false, + "before": false, + "beforeEach": false, + "after": false, + "afterEach": false } }