We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdcc98 commit 9836960Copy full SHA for 9836960
docs/rules/max-line-length.md
@@ -2,6 +2,10 @@
2
3
Rule `max-line-length` will enforce that lines do not exceed a max length / limit.
4
5
+## Options
6
+
7
+* `length`: `number`, (defaults to 80)
8
9
## Examples
10
11
When enabled, the following are disallowed:
0 commit comments