UNPKG

@dhis2/cli-style

Version:

The code and commit style for DHIS2.

8 lines (7 loc) 184 B
module.exports = { hooks: { 'commit-msg': ['./bin/d2-style check commit "$1"'], 'pre-commit': ['./bin/d2-style check'], 'pre-push': ['yarn test'], }, }