消毒机设备
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

  1. export default {
  2. // ~bR
  3. extends: ['@commitlint/config-conventional'],
  4. // @see: https://commitlint.js.org/#/reference-rules
  5. rules: {
  6. 'subject-case': [0], // subject'Y\Q NZP!h
  7. 'type-enum': [
  8. 2,
  9. 'always',
  10. [
  11. 'feat', // eXR
  12. 'fix', // O Y:w
  13. 'docs', // echSf
  14. 'style', // Nx<h_ Nq_TR OYzz<h0RSI{<h_Ock
  15. 'refactor', // Ng NSb bug O Y0ReX
  16. 'perf', // '`��OS
  17. 'test', // mRuoKmՋb] gKmՋ9eR
  18. 'build', // g^Am z0Y萝OVSfYGS~ npm S0O9e webpack MnI{
  19. 'ci', // O9e CI Mn0,g
  20. 'revert', // Vn commit
  21. 'chore', // [g^Ǐ zbR]wQT^vf9e Nq_TneN0KmՋ(uO
  22. ],
  23. ],
  24. },
  25. }