Skip to content

Commit

Permalink
feat: update tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Nov 2, 2018
1 parent ef4f888 commit ef4a0fe
Show file tree
Hide file tree
Showing 3 changed files with 3,926 additions and 698 deletions.
7 changes: 7 additions & 0 deletions husky.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
hooks: {
'commit-msg': 'commitlint -e ${HUSKY_GIT_PARAMS}',
'pre-commit': 'lint-staged && npm run lint && npm run flow',
'pre-push': 'npm run lint && npm run flow && npm test',
},
};
Loading

0 comments on commit ef4a0fe

Please sign in to comment.