From 9ca2fac351c2a67d9bf6b94b3de051ca9ec28143 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 30 Mar 2021 19:03:07 +0200 Subject: [PATCH] Update max-lines.md --- docs/rules/max-lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/max-lines.md b/docs/rules/max-lines.md index de4ea0d94f2..74b9aada228 100644 --- a/docs/rules/max-lines.md +++ b/docs/rules/max-lines.md @@ -18,7 +18,7 @@ This rule has a number or object option: * `"skipComments": true` ignore lines containing just comments -### code +### max Examples of **incorrect** code for this rule with a max value of `2`: