UNPKG

monitor-test

Version:

网页性能监控 18 项数据指标,浏览器信息,错误收集上报方案,前端工程化。

26 lines (25 loc) 381 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ 'feat', 'fix', 'to', 'docs', 'style', 'refactor', 'perf', 'test', 'chore', 'revert', 'build', 'wip', 'sync', 'release' ] ] } }