JSHint: add max line length 120
This commit is contained in:
parent
f5005299d1
commit
8a2dcaaaf5
@ -6,6 +6,7 @@
|
|||||||
"indent": 2,
|
"indent": 2,
|
||||||
"latedef": true,
|
"latedef": true,
|
||||||
"maxcomplexity": 10,
|
"maxcomplexity": 10,
|
||||||
|
"maxlen": 120,
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"noempty": true,
|
"noempty": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user