mirror of https://github.com/sundowndev/http.git
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
'@commitlint/config-conventional'
|
||
|
]
|
||
|
}
|