chore: better git hooks

This commit is contained in:
Samuel 2024-12-18 17:58:37 +01:00
parent 4495210f71
commit 81a7a6de2d
2 changed files with 7 additions and 3 deletions

View file

@ -51,5 +51,11 @@
"sql.js": "^1.12.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"lint-staged": {
"*.{ts,tsx}": [
"biome lint",
"biome format"
]
}
}