JSHint: add max line length 120

This commit is contained in:
Daniel Cousens 2014-06-04 15:55:25 +10:00
parent f5005299d1
commit 8a2dcaaaf5

View file

@ -6,6 +6,7 @@
"indent": 2,
"latedef": true,
"maxcomplexity": 10,
"maxlen": 120,
"noarg": true,
"noempty": true,
"nonbsp": true,