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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
For me it's pretty close to requireSpacesInConditionalExpression with their afterTest/beforeConsequent: beforeStar, afterStar?
But if we look further and reach ES7's async function * name () we can also try to group up all of them to requireSpacesInFunctionExpression options: beforeAsync, afterAsync. Just a thought.
If you use generators and JSCS’s
esnext
option, the behaviour is counter-intuitive.This shows the “Missing space before opening round brace“ error. The following doesn’t.
Moreover, with the
requireSpaceAfterKeyword
option set to true, the following is also an error.The text was updated successfully, but these errors were encountered: