From 0d47c93b5439c8ea3176a3df597a14eadee90110 Mon Sep 17 00:00:00 2001 From: Arthur Dias Date: Thu, 4 Jun 2020 16:37:16 -0300 Subject: [PATCH] Docs: On maxEOF with eol-last (fixes #12742) Added an explanation on how and why maxEOF should be set to 0 to work with the eol-last rule. --- docs/rules/no-multiple-empty-lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-multiple-empty-lines.md b/docs/rules/no-multiple-empty-lines.md index ca888dbee18..1d9006b89be 100644 --- a/docs/rules/no-multiple-empty-lines.md +++ b/docs/rules/no-multiple-empty-lines.md @@ -120,4 +120,4 @@ var bar = 3; ## When Not To Use It -If you do not care about extra blank lines, turn this off. \ No newline at end of file +If you do not care about extra blank lines, turn this off.