Lint Staged Config
@theholocron/lint-staged-config provides the default lint-staged configuration used across theholocron repositories, running ESLint and Prettier on staged files before each commit.
Install
Section titled “Install”pnpm add -D @theholocron/lint-staged-config lint-stagedIn lint-staged.config.ts (or via lint-staged key in package.json):
export { default } from "@theholocron/lint-staged-config";Or in .husky/pre-commit:
pnpm exec lint-staged