max-mapper / standard-format

converts your code into Standard JavaScript Format
264 stars 59 forks source link

Add support for spaces after ES6 Class method names #148

Closed gigafied closed 8 years ago

gigafied commented 8 years ago

Fixes #134, #126.

Still doesn't fix #116 :( but at least it works for ES6 classes.

bcomnes commented 8 years ago

Awesome @gigafied ! Thank you for this. Merging asap.

feross commented 8 years ago

@gigafied Nice!

@bcomnes - any reason to not just merge this right now? Tests seem to pass.

bcomnes commented 8 years ago

LGTM. Haven't hat a chance to do release work recently so I held off. By all means merge! I might sneak some time in this afternoon.

bcomnes commented 8 years ago

Merging for now. Will try to capture the other PRs and see how far I can get later this week.