Skip to content

Commit 5d2c838

Browse files
committed
docs(linter): remove max-nested-calls options section
1 parent 1e27b7c commit 5d2c838

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

crates/oxc_linter/src/rules/unicorn/max_nested_calls.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,6 @@ declare_oxc_lint!(
6161
/// // Fluent chains are ignored.
6262
/// query().filter().map().toArray();
6363
/// ```
64-
///
65-
/// ### Options
66-
///
67-
/// #### max
68-
///
69-
/// `{ type: integer, default: 3 }`
70-
///
71-
/// The maximum allowed nested call depth.
72-
///
73-
/// Example:
74-
/// ```json
75-
/// "unicorn/max-nested-calls": ["error", { "max": 4 }]
76-
/// ```
7764
MaxNestedCalls,
7865
unicorn,
7966
style,

0 commit comments

Comments
 (0)