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
Excluding spaces from inside expression parentheses, especially in loop-statement assignments, has historically been common in jQuery—and used intentionally to visually distinguish expression parentheses from statement parentheses—but was prohibited by jscs-dev/node-jscs@0f78baf in response to #104 (which was removing our complicated function-call exceptions).
Since that time, JSCS has added an ignoreParenthesizedExpression option to requireSpacesInsideParentheses. We should adopt it and update the style guide accordingly.
The text was updated successfully, but these errors were encountered:
Excluding spaces from inside expression parentheses, especially in loop-statement assignments, has historically been common in jQuery—and used intentionally to visually distinguish expression parentheses from statement parentheses—but was prohibited by jscs-dev/node-jscs@0f78baf in response to #104 (which was removing our complicated function-call exceptions).
Since that time, JSCS has added an
ignoreParenthesizedExpression
option to requireSpacesInsideParentheses. We should adopt it and update the style guide accordingly.The text was updated successfully, but these errors were encountered: