MDL-43194 JavaScript: Correct maxlen jshint configuration

This commit is contained in:
Andrew Nicols
2013-12-04 16:40:21 +08:00
parent ea04def291
commit e37014fafb
+1 -1
View File
@@ -42,7 +42,7 @@
"sub": false,
"supernew": false,
"maxerr": 500,
"maxlen": 150,
"maxlen": 180,
"passfail": false,
"latedef": true
}