Skip to content

Commit

Permalink
docs: max-len rule code and tabWidth as positional arguments (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Jul 2, 2023
1 parent 8c1ec65 commit 1fc50a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/max-len.md
Expand Up @@ -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
Expand Down

0 comments on commit 1fc50a8

Please sign in to comment.