/** @type {import('@commitlint/types').UserConfig} */ const config = { extends: ['@commitlint/config-conventional'] }; module.exports = config;