JSHint: add max line length 120
This commit is contained in:
parent
f5005299d1
commit
8a2dcaaaf5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"indent": 2,
|
||||
"latedef": true,
|
||||
"maxcomplexity": 10,
|
||||
"maxlen": 120,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
|
|
Loading…
Reference in a new issue