Skip to content

Commit

Permalink
extending javascript line length to 120
Browse files Browse the repository at this point in the history
adding xit to globals
  • Loading branch information
DeepDiver1975 committed Apr 4, 2014
1 parent 0805f67 commit 086eb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 086eb71

Please sign in to comment.