Files
gh-jwplatta-prompt-library-…/hooks/auto-format-typescript.json
2025-11-30 08:30:02 +08:00

7 lines
135 B
JSON

{
"event": "PostToolUse",
"tool": "Write",
"pattern": "**/*.{ts,tsx}",
"command": "npx prettier --write \"$FILE_PATH\" 2>&1"
}