commitlint.config.js 84 B

12345
  1. module.exports = {
  2. extends: [
  3. '@commitlint/config-conventional'
  4. ]
  5. };