-
-
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 link to CSharp / lint-staged integration blog #940
Conversation
Codecov Report
@@ Coverage Diff @@
## master #940 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 611 611
Branches 144 144
=========================================
Hits 611 611 Continue to review full report at Codecov.
|
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.
Awesome! Thanks!
🎉 This PR is included in version 10.5.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds a link to my blog post that details how to use the wonderful
lint-staged
to consistently format your C#.https://blog.johnnyreilly.com/2020/12/prettier-your-csharp-with-dotnet-format-and-lint-staged.html
Thanks so much for
lint-staged
by the way, it's an invaluable tool!