mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-05 05:04:10 -05:00
fix(precommit-hook): fixed pre commit hook to use lint-staged (#666)
This commit is contained in:
@@ -1 +1 @@
|
||||
bun lint
|
||||
bunx lint-staged
|
||||
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user