jscs v1.5.8 Release Notes

    • Errors: include which rule triggered the error in the error output (gero3)
    • requireTrailingComma: Allow single property objects / arrays to ignore the rule. (Joel Kemp)
    • requireTrailingComma: Avoids false positives from non object/array literal definitions. (Joel Kemp)
    • validateIndentation: fix indentation for non-block if that has block else. (Mike Sherov)
    • maximumLineLength: Document the required and default values. (Joel Kemp)