Skip to content

Commit

Permalink
chore-[167507938]: setup precommit hooks
Browse files Browse the repository at this point in the history
- add lintstage file
- add lint fix precommit hooks
- add test coverage threshold precommit hooks

[Finishes #167507938]
  • Loading branch information
ayodejiAA committed Jul 26, 2019
1 parent 15b909d commit 2b5ec00
Show file tree
Hide file tree
Showing 3 changed files with 1,563 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"**/*.js": [
"npm run lint:fix",
"git add"
]
}
Loading

0 comments on commit 2b5ec00

Please sign in to comment.