Skip to content

Commit

Permalink
📝 Add missing options to max-line-length docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPurdy committed Aug 25, 2016
1 parent ecdcc98 commit 9836960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/max-line-length.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Rule `max-line-length` will enforce that lines do not exceed a max length / limit.

## Options

* `length`: `number`, (defaults to 80)

## Examples

When enabled, the following are disallowed:
Expand Down

0 comments on commit 9836960

Please sign in to comment.