### ESLint Rule: max-file-lines Source: https://github.com/cahaseler/eslint-plugin-vibe-check/blob/main/CLAUDE.md Documents the 'max-file-lines' ESLint rule, which warns when a file exceeds a configurable maximum number of lines. The default limit is 300 lines. ```APIDOC Rule: max-file-lines Description: Warns when a file exceeds a configurable maximum number of lines. Configuration: maxLines: number (default: 300) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.