apps/commitlint.config.js
2025-07-01 16:11:55 +00:00

4 lines
70 B
JavaScript

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