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

Support Flow and Typescript #1147

Open
DavidBabel opened this issue Feb 24, 2017 · 6 comments
Open

Support Flow and Typescript #1147

DavidBabel opened this issue Feb 24, 2017 · 6 comments

Comments

@DavidBabel
Copy link

DavidBabel commented Feb 24, 2017

I got an issue with typescript / flow typing, adding extra spaces after { and <.
An option will be great?

Beautify js :
function my_function(): Promise < { CommenPrefices: [] } > { ...

Expected :
function my_function(): Promise <{CommenPrefices: []}> { ...

see #1140

@Deilan
Copy link

Deilan commented Apr 6, 2017

Is there any workaround yet?

@DavidBabel
Copy link
Author

I don't think so, i moved out this plugin for this reason

@Nikki1993
Copy link

@DavidBabel what are you using as a replacement? I find built-in code format in vscode very poor and lacking.

@DavidBabel
Copy link
Author

The Es-lint extension with a good config and bind on eslint "auto-fix".

@softmarshmallow
Copy link

Looking forward to it! (But seems not going to happen)

@bitwiseman
Copy link
Member

Happy for any help, PRs welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants