Files
stats/.claude/settings.json
Carl-Gerhard Lindesvärd 860223f22e chore: use ultacite
2026-02-14 10:42:38 +00:00

15 lines
228 B
JSON

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