pnpm/commitlint.config.cjs

6 lines
82 B
JavaScript

'use strict'
module.exports = {
extends: ['@commitlint/config-conventional']
}