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>
This commit is contained in:
Till JS 2026-03-17 13:08:51 +01:00
parent 6e1af0d889
commit 77b82c5ce3

View file

@ -1,2 +1 @@
pnpm exec lint-staged pnpm exec lint-staged
pnpm run type-check