diff --git a/docs/src/rules/max-len.md b/docs/src/rules/max-len.md index be883a8ca0e..eabd3efc4c6 100644 --- a/docs/src/rules/max-len.md +++ b/docs/src/rules/max-len.md @@ -22,7 +22,7 @@ This rule enforces a maximum line length to increase code readability and mainta ## Options -This rule has a number or object option: +This rule can have up to two numbers as positional arguments (for `code` and `tabWidth` options), followed by an object option (provided positional arguments have priority): * `"code"` (default `80`) enforces a maximum line length * `"tabWidth"` (default `4`) specifies the character width for tab characters