-
-
Notifications
You must be signed in to change notification settings - Fork 425
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 snippet to readme to run prettier for all supported files #942
Conversation
Codecov Report
@@ Coverage Diff @@
## master #942 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 611 611
Branches 144 144
=========================================
Hits 611 611 Continue to review full report at Codecov.
|
Looks good to me, even though it's getting pretty prettier-specific (pardon the pun). If you feel like it, the README could use some collapsible sections for these examples: |
Sounds good. Which ones should collapse? All of them? |
Yeah, let's collapse all the examples, and the examples in the JS config section (titles start with |
@iiroj done! |
🎉 This PR is included in version 10.5.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Might be too much for the readme so feel free to close, but it's a snippet of code I wrote to automatically run all extensions prettier supports through prettier without having to keep a static list of extensions up to date.