-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs(eslint-plugin): [prefer-nullish-coalescing] streamline code examples #10735
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
docs(eslint-plugin): [prefer-nullish-coalescing] streamline code examples #10735
Conversation
Thanks for the PR, @OlivierZal! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
View your CI Pipeline Execution ↗ for commit bee3fdb.
☁️ Nx Cloud last updated this comment at |
2911abe
to
e7bd52d
Compare
e7bd52d
to
3d9cb2e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10735 +/- ##
==========================================
- Coverage 87.28% 87.28% -0.01%
==========================================
Files 450 450
Lines 15739 15739
Branches 4609 4609
==========================================
- Hits 13738 13737 -1
Misses 1645 1645
- Partials 356 357 +1
Flags with carried forward coverage won't be shown. Click here to find out 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.
LGTM, thanks! Will defer to @kirkwaiblinger ~
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.
This looks great, thanks for pushing this, just requesting changes around the code examples 👍👍
packages/eslint-plugin/docs/rules/prefer-nullish-coalescing.mdx
Outdated
Show resolved
Hide resolved
packages/eslint-plugin/docs/rules/prefer-nullish-coalescing.mdx
Outdated
Show resolved
Hide resolved
Hi @ronami, thanks for your review! Examples fixed. |
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! 👍
2 remaining checks seem to be stuck but it looks good: https://deploy-preview-10735--typescript-eslint.netlify.app/rules/prefer-nullish-coalescing |
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.
Cleaner and better. Thanks!
bee3fdb
PR Checklist
Overview