UNPKG
i18n-helper-babel
Version:
latest (0.1.1)
0.1.1
i18n 命令行工具。一键包裹,提取,翻译,统计。支持网页截图,翻译词条检测
github.com/1666931281/i18n-helper
1666931281/i18n-helper
i18n-helper-babel
/
commitlint.config.js
7 lines
(6 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { extends: [
'@commitlint/config-conventional'
], rules: {
'scope-empty'
: [
0
], }, };