-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Extract Prettier config into prettierrc #160
Conversation
Hmm, our friend |
That's pretty cool (the bot!). Does that exist for go etc too? Also, do I need to install it for this repo separately? |
Cool, I'm glad you like it! Right now it's a prototype that only runs Prettier. But it's certainly possible to add support for other languages, that's a great idea! I'll have to see when I get to it since currently I'm pretty much traveling the entire time. |
Yes, you have to give Prettifier access to your repos. Either for all repos in your Github org, or just a list of them. |
Oh I didn't see that you wrote that! Very cool, 10/10 |
I made it in JSON because I know you don't like YML :)
It somehow also re-formatted a bunch of MD files, which looks legit.
No content changes have been made except Prettier changing double-quotes to single-quotes in the code blocks inside Markdown.
I have removed the
printWidth
option because the default is already 80 characters.