Skip to content

Commit

Permalink
Merge pull request #224 from zo-chu/chore-add-pre-commit-linter
Browse files Browse the repository at this point in the history
Chore add pre commit linter
  • Loading branch information
dadiorchen authored Apr 16, 2021
2 parents c0ac099 + e3656f5 commit e42083d
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}}
{"hooks":{"pre-commit": "npm run lint", "commit-msg":"commitlint -E HUSKY_GIT_PARAMS" }}
Loading

0 comments on commit e42083d

Please sign in to comment.