UNPKG

@agro-tech/rules

Version:

前端规范

10 lines (7 loc) 146 B
const tasks = (arr) => arr.join(' && '); const hooks = { 'commit-msg': tasks([ // 'npm run lint:commit', ]), }; module.exports = hooks;