diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-04 10:36:19 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-04 10:36:19 +0200 |
commit | 086eb71cfef60c17497efeb933c88459d16f8bc4 (patch) | |
tree | fa5d6b8cf795e56648dbffe5a3b794e566547415 /.jshintrc | |
parent | 0805f678ccfc808d788611aabc486f8dcef054e5 (diff) | |
download | nextcloud-server-086eb71cfef60c17497efeb933c88459d16f8bc4.tar.gz nextcloud-server-086eb71cfef60c17497efeb933c88459d16f8bc4.zip |
extending javascript line length to 120
adding xit to globals
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.jshintrc b/.jshintrc index 90cec5c5961..9faacfce1b9 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,13 +11,13 @@ "maxparams": 5, "curly": true, "jquery": true, - "maxlen": 80, + "maxlen": 120, "indent": 4, "browser": true, "globals": { "console": true, "it": true, - "itx": true, + "xit": true, "expect": true, "describe": true, "beforeEach": true, |