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.
Packages
Section titled “Packages”| 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 |
Install
Section titled “Install”Each package is published independently to npm:
pnpm add -D @theholocron/eslint-configAll packages follow the same lockstep versioning — see the releases page for the current version.