-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
Is there any workaround yet? |
I don't think so, i moved out this plugin for this reason |
@DavidBabel what are you using as a replacement? I find built-in code format in vscode very poor and lacking. |
The Es-lint extension with a good config and bind on eslint "auto-fix". |
This was referenced Jun 9, 2017
Looking forward to it! (But seems not going to happen) |
Happy for any help, PRs welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: