commitlint.config.js 70 Bytes
module.exports = {
  extends: ['@commitlint/config-conventional'],
};