Skip to content

Commit 2019ac5

Browse files
author
k.ikemizu
committed
Update pre-commit commands in lefthook.yaml
1 parent a5a308d commit 2019ac5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lefthook.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# pre-commit:
2-
# commands:
3-
# check:
4-
# glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
5-
# run: npx biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true . && git update-index --again
1+
pre-commit:
2+
commands:
3+
check:
4+
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
5+
run: npx biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true . && git update-index --again

0 commit comments

Comments
 (0)