commitlint.config.cjs 69 B

123
  1. module.exports = {
  2. extends: ['@commitlint/config-conventional']
  3. };