Skip to content

Configs

@theholocron/configs is a pnpm monorepo of shareable tool configurations used across every theholocron project. Install only what you need — each package is published independently.

Package Description
@theholocron/browserslist-config Browserslist target browser list
@theholocron/commitlint-config CommitLint rules for Conventional Commits
@theholocron/eslint-config ESLint configs and bundles
@theholocron/holocron-config Shareable Holocron CLI presets
@theholocron/lint-staged-config Lint-staged hooks configuration
@theholocron/prettier-config Prettier formatting rules
@theholocron/semantic-release-config semantic-release factory with Conventional Commits
@theholocron/storybook-config Storybook main and preview configuration
@theholocron/stylelint-config Stylelint CSS rules
@theholocron/tsconfig TypeScript base configurations
@theholocron/tsdown-config tsdown build presets
@theholocron/vite-config Vite configuration presets
@theholocron/vitest-config Vitest configuration presets

Each package is published independently to npm:

Terminal window
pnpm add -D @theholocron/eslint-config

All packages follow the same lockstep versioning — see the releases page for the current version.