use spaces instead of commas in flags

This commit is contained in:
Aman Varshney
2025-04-01 14:57:46 +05:30
parent 47e429554d
commit b296ac28ed
14 changed files with 390 additions and 163 deletions

View File

@@ -22,7 +22,7 @@
"typescript": "5.7.3"
},
"lint-staged": {
"*": ["biome check --write ."]
"*": ["bun biome check --write ."]
},
"engines": {
"node": ">=20"