Skip to content

Commit 47c4a02

Browse files
kickbelldevclaude
andcommitted
config: lefthook 설정 업데이트
- Git 훅 설정 최적화 - 코드 품질 검사 단계 개선 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b365c84 commit 47c4a02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lefthook.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
pre-commit:
22
commands:
3-
check:
3+
biome:
44
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
55
run: npx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
6+
stage_fixed: true
7+
type-check:
8+
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
9+
run: npx tsc --noEmit
610
stage_fixed: true

0 commit comments

Comments
 (0)