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:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-04 12:36:19 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-04 12:36:19 +0400
commit086eb71cfef60c17497efeb933c88459d16f8bc4 (patch)
treefa5d6b8cf795e56648dbffe5a3b794e566547415 /.jshintrc
parent0805f678ccfc808d788611aabc486f8dcef054e5 (diff)
extending javascript line length to 120
adding xit to globals
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,