vue-vben-admin/commitlint.config.js

18 lines
805 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
buildThe main purpose is to modify the submission of the project build system (such as the configuration of glup, webpack, rollup, etc.)
ciThe main purpose is to modify the project to continue the integration process (such as Travis, Jenkins, GitLab CI, Circle, etc.) submission
docsupdate doc
update: Update a function
featnew features
fixbug fix
perfPerformance optimization
refactorRefactored code (no new features or bug fixes)
styleCode modification that does not affect the program logic (modify blank characters, complete missing semicolons, etc.)
testAdd test cases or update existing tests
revertRoll back an earlier commit
choreOther types that are not of the above type
wipRemove files or code
*/
module.exports = require('./config/lint/commit-lint');