mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@commitlint/config-conventional'
|
|
]
|
|
}
|