Skip to content

Commit

Permalink
Merge pull request #474 from bhovhannes/master-hb-bye-bye-husky
Browse files Browse the repository at this point in the history
chore: switch to lefthook, remove husky
  • Loading branch information
bhovhannes committed Feb 16, 2021
2 parents b6093d2 + 55c2635 commit 7b3d191
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 723 deletions.
5 changes: 0 additions & 5 deletions .huskyrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .lintstagedrc

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-commit:
commands:
format:
glob: '*.{js,ts,tsx,css,md,yml,json}'
run: yarn prettier --write {staged_files} && git add {staged_files}
Loading

0 comments on commit 7b3d191

Please sign in to comment.