ice/.commitlintrc.js

4 lines
107 B
JavaScript
Raw Normal View History

2022-01-27 15:28:00 +08:00
const { getCommitlintConfig } = require('@applint/spec');
2022-01-27 14:32:38 +08:00
2022-01-27 15:28:00 +08:00
module.exports = getCommitlintConfig('common');