alamo-js
Version:
alamoJS,thanks my JS big Bro,(cover for a famous car company )
18 lines (17 loc) • 416 B
JavaScript
module.exports = {
/**
* Resolveable ids to commitlint configurations to extend
*/
extends: ["@commitlint/config-conventional"],
/**
* Resolveable id to package, from node_modules, which formats the output
*/
formatter: "@commitlint/format",
/**
* Rules to check against
*/
rules: {
"header-max-length": [1, "always", 80],
"subject-case": [0, "never"],
},
};