Files
base-configs-commitlint/index.cjs
Ismo Vuorinen 839b08b173 feat: upgrade yarn, automation, configs, docs (#74)
* feat(ci): new release flow, linting

* feat: upgrade yarn, workflows, cleanup and lint
2025-12-04 01:07:42 +02:00

9 lines
142 B
JavaScript

"use strict";
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"body-leading-blank": [2, "always"],
},
};