Skip to content

Commit

Permalink
MDL-43194 JavaScript: Correct maxlen jshint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 4, 2013
1 parent 9b37cd7 commit ea90423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sub": false,
"supernew": false,
"maxerr": 500,
"maxlen": 150,
"maxlen": 180,
"passfail": false,
"latedef": true
}

0 comments on commit ea90423

Please sign in to comment.