.huskyrc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    hooks: {
        'commit-msg': 'd2-style commit check',
    },
}