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

10
.cursor/hooks.json Normal file
View File

@@ -0,0 +1,10 @@
{
"version": 1,
"hooks": {
"afterFileEdit": [
{
"command": "pnpm dlx ultracite fix"
}
]
}
}