marko/commitlint.config.js
2020-02-24 16:29:11 -08:00

4 lines
71 B
JavaScript

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