Skip to content

Commit

Permalink
Merge pull request #613 from Iterable/2.0.0-alpha/MOB-9680-new-fix-le…
Browse files Browse the repository at this point in the history
…fthook

[MOB-9680] Fix lefthook
  • Loading branch information
lposen authored Jan 6, 2025
2 parents 6d8492f + 3ea4ea6 commit 59d843a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# pre-commit:
# parallel: true
# commands:
# lint:
# glob: "*.{js,ts,jsx,tsx}"
# run: npx eslint {staged_files}
# types:
# glob: "*.{js,ts, jsx, tsx}"
# run: npx tsc
# commit-msg:
# parallel: true
# commands:
# commitlint:
# run: npx commitlint --edit
pre-commit:
parallel: true
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {staged_files}
types:
glob: "*.{js,ts,jsx,tsx}"
run: npx tsc
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit

0 comments on commit 59d843a

Please sign in to comment.