8000 docs(linter): improve docs for jsdoc/require-property (#10705) · oxc-project/oxc@5f15809 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 5f15809

Browse files
committed
docs(linter): improve docs for jsdoc/require-property (#10705)
closes #10252
1 parent f3cc3a2 commit 5f15809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/oxc_linter/src/rules/jsdoc/require_property.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ declare_oxc_lint!(
2525
/// Requires that all `@typedef` and `@namespace` tags have `@property` tags
2626
/// when their type is a plain `object`, `Object`, or `PlainObject`.
2727
///
28+
/// Note: this rule can be configured via [jsdoc settings](https://oxc.rs/docs/guide/usage/linter/config-file-reference.html#settings) option.
29+
///
2830
/// ### Why is this bad?
2931
///
3032
/// Object type should have properties defined.

0 commit comments

Comments
 (0)
0