fix: format

This commit is contained in:
Fredrik Burmester
2025-06-03 08:20:35 +02:00
parent 5de7cab285
commit 67f73bfa39

View File

@@ -136,6 +136,6 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["biome check --write --unsafe"],
"*.{json,md}": ["biome format --write"]
"*.{json}": ["biome format --write"]
}
}