chore: better git hooks
This commit is contained in:
parent
7cfec72d53
commit
ae23936dc5
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1 @@
|
|||
export PATH="$PATH:$(pnpm bin)"
|
||||
pnpm biome lint
|
||||
pnpm biome format
|
||||
pnpm dlx lint-staged
|
|
@ -51,5 +51,11 @@
|
|||
"sql.js": "^1.12.0",
|
||||
"tailwind-merge": "^2.5.5",
|
||||
"tailwindcss-animate": "^1.0.7"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx}": [
|
||||
"biome lint",
|
||||
"biome format"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue