commitlint.config.js 76 B

123456
  1. export default {
  2. extends: [
  3. '@commitlint/config-conventional',
  4. ],
  5. }