Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSpace after function name #433
Comments
This comment has been minimized.
This comment has been minimized.
|
Sorry, this has been discussed many times before. See #318 #89 #311 #217. If you want to configure rules, you can fork
{
"extends": [ "standard" ],
"rules": {
// ... go wild here...
}
} |
feross
closed this
Feb 20, 2016
feross
added
the
question
label
Feb 20, 2016
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mvolkmann commentedFeb 20, 2016
I think I could get on board with all of these conventions except "space after function name". I can honestly say that I have never seen that done in any JavaScript code. In fact, I have never seen that done in ANY programming language. I wish at least that was configurable.