extending javascript line length to 120
adding xit to globals
This commit is contained in:
parent
0805f678cc
commit
086eb71cfe
|
@ -11,13 +11,13 @@
|
||||||
"maxparams": 5,
|
"maxparams": 5,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"jquery": true,
|
"jquery": true,
|
||||||
"maxlen": 80,
|
"maxlen": 120,
|
||||||
"indent": 4,
|
"indent": 4,
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"globals": {
|
"globals": {
|
||||||
"console": true,
|
"console": true,
|
||||||
"it": true,
|
"it": true,
|
||||||
"itx": true,
|
"xit": true,
|
||||||
"expect": true,
|
"expect": true,
|
||||||
"describe": true,
|
"describe": true,
|
||||||
"beforeEach": true,
|
"beforeEach": true,
|
||||||
|
|
Loading…
Reference in New Issue