We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffb340 commit 5efd89dCopy full SHA for 5efd89d
lefthook.yml
@@ -9,10 +9,6 @@ pre-commit:
9
files: git diff --name-only @{push}
10
glob: "*.{js,ts,jsx,tsx}"
11
run: yarn run biome format {staged_files} --write && git add {staged_files}
12
- types:
13
- files: git diff --name-only @{push}
14
- glob: "*.{js,ts,jsx, tsx}"
15
- run: npx tsc --noEmit
16
commit-msg:
17
parallel: true
18
commands:
0 commit comments