chore: use ultacite

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-14 10:42:38 +00:00
parent 6c55f7a759
commit 860223f22e
35 changed files with 635 additions and 163 deletions

15
.claude/settings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "pnpm dlx ultracite fix"
}
]
}
]
}
}