]> source.dussan.org Git - nextcloud-server.git/commitdiff
extending javascript line length to 120
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 4 Apr 2014 08:36:19 +0000 (10:36 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 4 Apr 2014 08:36:19 +0000 (10:36 +0200)
adding xit to globals

.jshintrc

index 90cec5c5961fe670860b05af2027325fd64ddd30..9faacfce1b9573f7da4db383fbba9885c677b840 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
        "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,