Skip to content

Commit

Permalink
Docs: On maxEOF with eol-last (fixes eslint#12742)
Browse files Browse the repository at this point in the history
Added an explanation on how and why maxEOF should be set to 0 to work with the eol-last rule.
  • Loading branch information
arthurdias-trad committed Jun 4, 2020
1 parent 6ce9e96 commit 0d47c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-multiple-empty-lines.md
Expand Up @@ -120,4 +120,4 @@ var bar = 3;

## When Not To Use It

If you do not care about extra blank lines, turn this off.
If you do not care about extra blank lines, turn this off.

0 comments on commit 0d47c93

Please sign in to comment.