-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Description
"maximumLineLength": {
"value": 100,
},
vs
"maxlen": 120,
this seems to cause a discrepancy. I am not well versed enough in these two frameworks but in my fork of this styleguide i consolidated the two of them. I got jshint working in grunt saw the errors, fixed them, then got jscs running but noticed the same lines failing.