Commit graph

3 commits

Author SHA1 Message Date
Till JS
77b82c5ce3 fix(devtools): fix pre-commit hook - add eslint-config dep, remove type-check
- Add @manacore/eslint-config as root devDependency so eslint.config.mjs
  can resolve the shared config
- Remove full monorepo type-check from pre-commit hook (too slow for
  commit-time, belongs in CI). Keep lint-staged (eslint + prettier on
  changed files).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 13:08:51 +01:00
Wuesteon
86da45a0c8 🔧 chore: add lint-staged for pre-commit formatting
- Install lint-staged to format staged files before commit
- Update pre-commit hook to run lint-staged then type-check
- Auto-format ts, tsx, js, jsx, json, md, svelte, astro files
2025-12-03 02:04:41 +01:00
Wuesteon
2154c3b37a 🔧 chore: add Husky pre-commit hook for type-check
Set up Husky to run pnpm run type-check before every commit,
preventing commits with TypeScript errors.
2025-12-03 00:08:06 +01:00