We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80691eb commit 93a0278Copy full SHA for 93a0278
lefthook.yml
@@ -2,7 +2,7 @@ pre-commit:
2
parallel: true
3
commands:
4
lint:
5
- run: pnpm biome check --write --unsafe --staged --no-errors-on-unmatched
+ run: pnpm biome check --write --unsafe --staged --no-errors-on-unmatched && git add -u
6
types:
7
run: pnpm tsc
8
test:
0 commit comments