UNPKG

kre-form

Version:

本项目由 Angular8+ 编写的表单设计器和表单应用,所有的配置都是 JSON 结构体组成,PC 端是基于 ANT 组件库封装

30 lines (27 loc) 586 B
module.exports = { extends: ['@commitlint/config-angular'], rules: { 'subject-max-length': [1, 'always', 72], 'scope-enum': [ 2, 'always', [ 'core', 'ant', 'ionic', 'demo', 'guides', 'schematics', 'nativescript', 'json-schema' ] ], 'scope-empty': [1, 'never'], 'scope-case': [2, 'always', 'lowerCase'], 'type-enum': [ 2, 'always', ['build', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'release', 'revert', 'style', 'test', 'chore'] ] } };