Skip to content

Commit 21468e6

Browse files
committed
Updated yarn.lock
1 parent 4ab5556 commit 21468e6

File tree

2 files changed

+3336
-4881
lines changed

2 files changed

+3336
-4881
lines changed

lefthook.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ pre-commit:
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
10-
commit-msg:
11-
parallel: true
12-
commands:
13-
commitlint:
14-
run: npx commitlint --edit
10+
# commit-msg:
11+
# parallel: true
12+
# commands:
13+
# commitlint:
14+
# run: npx commitlint --edit

0 commit comments

Comments
 (0)