X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=eslint%2Fdocs%2Frules%2Fmax-lines.md;h=74b9aada2287663157c2f6d1c5fbdbcb1890656a;hb=5422a9ccba27ca22ad96eeaeafe705b61947a40a;hp=de4ea0d94f2898fcee54f82eb2ae74d65eb5e19c;hpb=61dc968b37dcd73951953ed0039ea9cc25002085;p=pve-eslint.git diff --git a/eslint/docs/rules/max-lines.md b/eslint/docs/rules/max-lines.md index de4ea0d..74b9aad 100644 --- a/eslint/docs/rules/max-lines.md +++ b/eslint/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`: