Skip to content

Commit a9d156c

Browse files
author
Piotr Trocki
committed
change lefthook
1 parent a58097c commit a9d156c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lefthook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pre-commit:
1+
pre-push:
22
parallel: true
33
commands:
44
lint:
5-
glob: "*.{js,ts,jsx,tsx}"
5+
glob: '*.{js,ts,jsx,tsx}'
66
run: npx eslint {staged_files}
77
types:
8-
glob: "*.{js,ts, jsx, tsx}"
8+
glob: '*.{js,ts, jsx, tsx}'
99
run: npx tsc
1010
commit-msg:
1111
parallel: true

0 commit comments

Comments
 (0)