An error occurred while fetching the assigned milestone of the selected merge_request.
Since JSHint plans to remove the style changes come v3, or move them to plugins, and we already use JSCS, I guess it makes sense to use that for the current checks.
Thanks to @mikesherov for working on fixing the issues we had upstream!
/CC @cvrebert @mdo
TODO:
camelcase
to JSCS requireCamelCaseOrUpperCaseIdentifiers
trailing
to JSCS disallowTrailingWhitespace
laxbreak
to JSCS "requireOperatorBeforeLineBreak": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
immed
to JSCS requireParenthesesAroundIIFE