We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the great extension! Here are a couple of feature requests. Curious about feasibility and would happily contribute to get these in!
I think the trailing commas one is self-explanatory. Would be great if this was configurable.
For the line placement of spread objects, my issue is that
const myObject = { key1: { ...someOtherObject, a: 1 } }
turns into
when ideally it would stay the same, with the spread object on its own line.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for the great extension! Here are a couple of feature requests. Curious about feasibility and would happily contribute to get these in!
I think the trailing commas one is self-explanatory. Would be great if this was configurable.
For the line placement of spread objects, my issue is that
turns into
when ideally it would stay the same, with the spread object on its own line.
The text was updated successfully, but these errors were encountered: