We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cc3a2 commit 5f15809Copy full SHA for 5f15809
crates/oxc_linter/src/rules/jsdoc/require_property.rs
@@ -25,6 +25,8 @@ declare_oxc_lint!(
25
/// Requires that all `@typedef` and `@namespace` tags have `@property` tags
26
/// when their type is a plain `object`, `Object`, or `PlainObject`.
27
///
28
+ /// Note: this rule can be configured via [jsdoc settings](https://oxc.rs/docs/guide/usage/linter/config-file-reference.html#settings) option.
29
+ ///
30
/// ### Why is this bad?
31
32
/// Object type should have properties defined.
0 commit comments