mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 13:11:57 -05:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
extends: ['@commitlint/config-angular']
|
|
}
|