-
-
Notifications
You must be signed in to change notification settings - Fork 778
docs(linter): improve docs for jsdoc/require-property #10705
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(linter): improve docs for jsdoc/require-property #10705
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
b4d9eb6 to
24a9730
Compare
7f3a86c to
e97a4e0
Compare
CodSpeed Instrumentation Performance ReportMerging #10705 will not alter performanceComparing Summary
|
Sysix
left a comment
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.
Can we add an example how to configure it? Without reading the issue, I would never have known it :)
Merge activity
|
WalkthroughThe change updates the documentation comment for the ✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
crates/oxc_linter/src/rules/jsdoc/require_property.rs (1)
28-29: Nitpick: Clarify which jsdoc setting is usedThe note is helpful, but it would be clearer to mention the specific
tagNamePreferencekey underjsdocsettings. For example:- /// Note: this rule can be configured via the jsdoc settings option. + /// Note: tag names (e.g., `@property`) can be customized via the `jsdoc.tagNamePreference` setting.
24a9730 to
2cb6c36
Compare
I've added a link to the |
2cb6c36 to
5f15809
Compare

closes #10252