A library for linting folder structures, currently at version 1.0.5. Designed to enforce directory conventions in projects using custom rules. Differentiates from standard linters by focusing on file system layout rather than code style. Latest release is stable, with no recent updates. The package ships TypeScript types for use in TS projects. It is a small utility primarily configured via Node.js scripts.
npm install folder-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage: check current directory against a custom rule that disallows nested 'dist' folders.
Always use kebab-case for rule names (e.g., 'no-nested-dist').
Run 'npm install folder-lint' and ensure import matches version syntax.
No dependency data recorded yet.