samling 0.1.4

App for managing apparel collections
Documentation
1
2
3
4
5
6
module.exports = {
    rules: {
        "subject-case": [2, "always", ["sentence-case", "lower-case"]],
    },
    extends: ["@commitlint/config-conventional"],
};