MDL-43194 JavaScript: Correct maxlen jshint configuration

This commit is contained in:
Andrew Nicols 2013-12-04 16:39:48 +08:00
parent 9b37cd72a2
commit ea90423cf9

View File

@ -42,7 +42,7 @@
"sub": false,
"supernew": false,
"maxerr": 500,
"maxlen": 150,
"maxlen": 180,
"passfail": false,
"latedef": true
}