Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space after function name #433

Closed
mvolkmann opened this issue Feb 20, 2016 · 1 comment

Comments

@mvolkmann
Copy link

commented Feb 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.

@feross

This comment has been minimized.

Copy link
Member

commented Feb 20, 2016

Sorry, this has been discussed many times before. See #318 #89 #311 #217.

If you want to configure rules, you can fork standard or use eslint directly with the standard config. That would work like this:

.eslintrc:

{
  "extends": [ "standard" ],
  "rules": {
    // ... go wild here...
  }
}

@feross feross closed this Feb 20, 2016

@feross feross added the question label Feb 20, 2016

@lock 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.
2 participants
You can’t perform that action at this time.