Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit ca3303b

Browse files
committed
feat: add lefthook
1 parent a1c5c13 commit ca3303b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lefthook.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Lefthook
2+
#
3+
# https://github.com/Arkweid/lefthook/blob/master/docs/full_guide.md
4+
5+
pre-commit:
6+
parallel: true
7+
commands:
8+
lint:
9+
glob: "*.{ts}"
10+
run: make lint

0 commit comments

Comments
 (0)