Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
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,