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
It would be great if there was an option for the standard as defined here: https://github.com/feross/standard#rules Space after function namefunction name (arg) { ... }
This already exists for anonymous functions, see: #372
The text was updated successfully, but these errors were encountered:
Depending on your environment, a possible alternative is to use their cli standard-format. It looks like they currently have plugins for Ace and Sublime.
It would be great if there was an option for the standard as defined here:
https://github.com/feross/standard#rules
Space after function name
function name (arg) { ... }
This already exists for anonymous functions, see: #372
The text was updated successfully, but these errors were encountered: