Shared validation rules for Frontmatter Solo.
This package contains the rule engine used by:
@withfrontmatter/solo@withfrontmatter/solo-check
It is intended to stay focused on validation logic, diagnostics, and related types.
npm install @withfrontmatter/solo-rulesnpm install
npm run buildsrc/index.ts— public rule entrypointdist/— compiled package output
If you extract this package into its own repository:
- keep
src/ - keep
package.json - keep
tsconfig.json - add your own repository metadata as needed
- do not commit
node_modules - do not commit
distunless you intentionally publish compiled artifacts in git
This package is designed to be published before @withfrontmatter/solo-check.