Skip to content

Commit

Permalink
chore: Add lefthook (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marabyte authored Oct 26, 2024
1 parent 7f9c774 commit 487ae8f
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 837 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

5 changes: 5 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pre-push:
commands:
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: npx @biomejs/biome check --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {push_files}
Loading

0 comments on commit 487ae8f

Please sign in to comment.