Skip to content

Commit

Permalink
chore: add formatting git client hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Sep 20, 2020
1 parent 73a32ad commit fe0071c
Show file tree
Hide file tree
Showing 4 changed files with 833 additions and 115 deletions.
5 changes: 5 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "lint-staged"
}
}
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*.{js,ts}": ["prettier"]
}
Loading

0 comments on commit fe0071c

Please sign in to comment.