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 25, 2021. It is now read-only.
I should be allowed to specify that I want a space inside parentheses but no space if there is nothing being passed in. ie:
Foo( 2 ); //good
Bar(); //also good
as it is now, I have to place a space inside the second case. ie Bar( ); //boo I don't want to have to insert a space between the empty parentheses
See how eslint handles spaces inside parentheses here: https://eslint.org/docs/rules/space-in-parens
The text was updated successfully, but these errors were encountered: