You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requireLeftStickedOperators rule is no longer supported.
Please use the following rules instead:
disallowSpaceBeforeBinaryOperators
disallowSpaceBeforePostfixUnaryOperators
disallowSpacesInConditionalExpression
Minor issue with jscs.json.
The requireLeftStickedOperators rule is no longer supported.
Please use the following rules instead:
disallowSpaceBeforeBinaryOperators
disallowSpaceBeforePostfixUnaryOperators
disallowSpacesInConditionalExpression
Same for requireRightStickedOperators.