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 644dfd4 commit 9cd4160Copy full SHA for 9cd4160
crates/oxc_linter/src/rules/eslint/max_params.rs
@@ -81,7 +81,7 @@ declare_oxc_lint!(
81
///
82
/// ### Options
83
84
- /// ### max
+ /// #### max
85
86
/// `{ "max": number }`
87
@@ -90,7 +90,7 @@ declare_oxc_lint!(
90
/// For example `{ "max": 4 }` would mean that having a function take four
91
/// parameters is allowed which overrides the default of three.
92
93
- /// ### countVoidThis
+ /// #### countVoidThis
94
95
/// `{ "countVoidThis": boolean }`
96
0 commit comments