mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -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": {
|
"lint-staged": {
|
||||||
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
||||||
"biome check --files-ignore-unknown=true"
|
"biome check --write --files-ignore-unknown=true"
|
||||||
],
|
],
|
||||||
"!.github/*.md": []
|
"!.github/*.md": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user