fix(precommit-hook): fixed pre commit hook to use lint-staged (#666)

This commit is contained in:
Waleed Latif
2025-07-10 19:50:09 -07:00
committed by GitHub
parent 4c85e34d2b
commit f0e605f5fa
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
bun lint
bunx lint-staged

View File

@@ -48,7 +48,7 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"biome check --files-ignore-unknown=true"
"biome check --write --files-ignore-unknown=true"
],
"!.github/*.md": []
}