mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-13 16:13:03 +08:00
845 B
845 B
paths
| paths | ||||||
|---|---|---|---|---|---|---|
|
Angular Hooks
This file extends common/hooks.md with Angular specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- Prettier: Auto-format
.tsand.htmlfiles after edit - ESLint / ng lint: Run
ng lintafter editing Angular source files to catch decorator misuse, template errors, and style violations - TypeScript check: Run
tsc --noEmitafter editing.tsfiles - Build check: Run
ng buildafter generating or significantly changing Angular code to catch template and type errors early
Stop Hooks
- Lint audit: Run
ng lintacross modified files before session ends to catch any outstanding violations