-
Notifications
You must be signed in to change notification settings - Fork 258
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
chore: Create a tailcall-prettier
#1730
Comments
/bounty 100$ |
💎 $100 bounty created by tailcallhq 🙏 Thank you for contributing to tailcallhq/tailcall!.
|
/attempt
|
💡 @ssddOnTop submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @ssddOnTop has been awarded $100! 🎈🎊 |
We use prettier to format all our GraphQL, md, JSON & YAML files. Prettier is a purely Node.JS-based implementation that's opinionated about how text is formatted.
Requirements
Create a new workspace called
tailcall-prettier
Tailcall prettier provides a Rust based programmable API that takes in content and formats it using Prettier.
Read files in rust and pipe them to Prettier. For eg:
Ensure the local version of prettier is used.
Execution should be fast and multithreaded if required.
The text was updated successfully, but these errors were encountered: