commitlint.config.cjs 70 B

1234
  1. module.exports = {
  2. extends: ["@commitlint/config-conventional"],
  3. };