Browse Source
extending javascript line length to 120
adding xit to globals
remotes/origin/ldap_group_count
Thomas Müller
12 years ago
1 changed files with
2 additions and
2 deletions
-
.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, |
|
|
|
|