extending javascript line length to 120

adding xit to globals
This commit is contained in:
Thomas Müller 2014-04-04 10:36:19 +02:00
parent 0805f678cc
commit 086eb71cfe
1 changed files with 2 additions and 2 deletions

View File

@ -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,