mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
extends: ['@commitlint/config-conventional']
|
|
}
|