marko/commitlint.config.js
2023-08-07 09:09:06 -07:00

4 lines
70 B
JavaScript

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