Browse Source

JSHint: add max line length 120

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
8a2dcaaaf5
  1. 1
      jshint.json

1
jshint.json

@ -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…
Cancel
Save