feat: init

This commit is contained in:
h
2026-05-28 21:59:44 +02:00
commit e08d26dd10
34 changed files with 893 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"hooks": {
"PostToolUse": [
{
"hooks": [
{
"command": "bun fix --skip=correctness/noUnusedImports",
"type": "command"
}
],
"matcher": "Write|Edit"
}
]
}
}