-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
📎 add support for graphql-tag formatting #430
Comments
We don't support GraphQL, and it's not in our roadmap yet. You can upvote #297 in the meantime. If it reaches enough votes we will consider it |
Thanks for the response, have upvoted that issue! |
@ematipico I believe this issue should be reopened, as GraphQL is now supported but graphl-tag is not yet. |
Even though GraphQL is supported, Biome formatter doesn't support embedded formatting yet. Check #3334 Also, we open tasks (issues that start with 📎 ) when it's planned and have the resources to do it. |
Description
We just started using biome over prettier/eslint, and loving it overall! This is the first thing we've found we miss from prettier as we use
gql
template expressions across our project.The request: just as prettier does, it would be very useful to be able to format
graphql-tag
'sgql
tagged template expressions.Eg:
The text was updated successfully, but these errors were encountered: