This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MarkNow/commitlint.config.cjs
2023-06-15 14:36:31 -03:00

5 lines
145 B
JavaScript

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