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:
-
Move camelcaseto JSCSrequireCamelCaseOrUpperCaseIdentifiers -
Move trailingto JSCSdisallowTrailingWhitespace -
Move laxbreakto JSCS"requireOperatorBeforeLineBreak": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], -
Move immedto JSCSrequireParenthesesAroundIIFE