2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

fix(types): fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#5503)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-28 15:58:56 +02:00
committed by GitHub
parent 342c0ba9a1
commit 5a3d0a3234
3 changed files with 23 additions and 8 deletions
+8 -1
View File
@@ -190,8 +190,15 @@
}
},
"commitlint": {
"rules": {
"header-max-length": [
2,
"always",
130
]
},
"extends": [
"@commitlint/config-conventional"
]
}
}
}