Files
zendegi/.claude/settings.json
2026-02-10 19:40:51 +01:00

16 lines
229 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "pnpm dlx ultracite fix"
}
]
}
]
}
}