-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: remove .all-contributorsrc from .prettierignore #806
fix: remove .all-contributorsrc from .prettierignore #806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 perfect, thanks!
Codecov Report
@@ Coverage Diff @@
## main #806 +/- ##
==========================================
- Coverage 91.61% 91.60% -0.01%
==========================================
Files 84 84
Lines 4161 4158 -3
Branches 248 248
==========================================
- Hits 3812 3809 -3
Misses 349 349
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oop, looks like there's a formatting error - can you fix it @conrmahr?
✅ Hope that fixes it. 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@all-contributors please add @conrmahr for code.
|
I've put up a pull request to add @conrmahr! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
🎉 This is included in version v1.29.34 🎉 The release is available on: Cheers! 📦🚀 |
## PR Checklist - [x] Addresses an existing open issue: fixes #837 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview 😢. #806 was perfect. But the tooling appears to not be working properly. fyi @conrmahr - maybe we can try again in a few months?
PR Checklist
status: accepting prs
Overview
This PR is a fix for the all-contributors/cli#347 issue now being resolved. Ignoring the
.all-contributorsrc
file in the.prettierignore
file is unnecessary. 😎